Html Css Color HEX #5193DD Picton Blue

📋 copy color: '#5193DD'

red 81 ◦ green 147 ◦ blue 221

#5193DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #5193DD

Tints of Picton Blue #5193DD

RGB

 RED value IS 81 (32.03% from 255) = 18.04%

 GREEN value IS 147 (57.81% from 255) = 32.74%

 BLUE value IS 221 (86.72% from 255) = 49.22%

R = 18.04%
G = 32.74%
B = 49.22%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5193DD (or 0x5193DD) is known color: Picton Blue. HEX triplet: 51, 93 and DD. RGB value is (81,147,221). Sum of RGB (Red+Green+Blue) = 81+147+221=449 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.04% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #5193DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5193DD is #AE6C22. Grayscale: #878787. Windows color (decimal): -11430947 or 14521169. OLE color: 14521169.

HSL color Cylindrical-coordinate representation of color #5193DD: hue angle of 211.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5193DD is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 147 221 -
CMYK 0.63 0.33 0 0.13
HSL 211.71º 0.67% 0.59% -
HSV(B) 211.71º 0.63% 0.87% -
XYZ 26.88 27.84 72.36 -
YUV 135.7 176.13 88.98 -
System Red Green Blue C M Y K H S L
Decimal 81 147 221 0.63 0.33 0 0.13 211.71 0.67 0.59
Hex 51 93 DD 3F 21 0 D D4 43 3B
Octal 121 223 335 77 41 0 15 324 103 73
Binary 1010001 10010011 11011101 111111 100001 0 1101 11010100 1000011 111011

Color Harmonies of #5193DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5193DD

Black with #5193DD

Text Example


Text Example

White with #5193DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5193DD; }

 p { color: rgb(81,147,221); }

 H1.HeaderClassName
 {
   color: #5193DD;
 }
 .AnyTagClassName
 {
   color: #5193DD;
 }
</style>

background-color css

<style>
 a { background-color: #5193DD; }

 a { background-color: rgb(81,147,221); }

 div.DivClassName
 {
   background-color: #5193DD;
 }
 .BgClassName
 {
   background-color: #5193DD;
 }
</style>

border-color css

<style>
 span { border-color: #5193DD; }

 span { border-color: rgb(81,147,221); }

 td.TdClassName
 {
   border-color: #5193DD;
 }
 .TagClassName
 {
   border-color: #5193DD;
 }
</style>