Html Css Color HEX #5A8AD8 Havelock Blue

📋 copy color: '#5A8AD8'

red 90 ◦ green 138 ◦ blue 216

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

Shades of Havelock Blue #5A8AD8

Tints of Havelock Blue #5A8AD8

RGB

 RED value IS 90 (35.55% from 255) = 20.27%

 GREEN value IS 138 (54.3% from 255) = 31.08%

 BLUE value IS 216 (84.77% from 255) = 48.65%

R = 20.27%
G = 31.08%
B = 48.65%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5A8AD8 (or 0x5A8AD8) is known color: Havelock Blue. HEX triplet: 5A, 8A and D8. RGB value is (90,138,216). Sum of RGB (Red+Green+Blue) = 90+138+216=444 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.27% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 216 - color contains mainly: blue. Hex color #5A8AD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8AD8 is #A57527. Grayscale: #848484. Windows color (decimal): -10843432 or 14191194. OLE color: 14191194.

HSL color Cylindrical-coordinate representation of color #5A8AD8: hue angle of 217.14º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A8AD8 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 90 138 216 -
CMYK 0.58 0.36 0 0.15
HSL 217.14º 0.62% 0.6% -
HSV(B) 217.14º 0.58% 0.85% -
XYZ 25.7 25.31 68.5 -
YUV 132.54 175.1 97.66 -
System Red Green Blue C M Y K H S L
Decimal 90 138 216 0.58 0.36 0 0.15 217.14 0.62 0.6
Hex 5A 8A D8 3A 24 0 F D9 3E 3C
Octal 132 212 330 72 44 0 17 331 76 74
Binary 1011010 10001010 11011000 111010 100100 0 1111 11011001 111110 111100

Color Harmonies of #5A8AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8AD8

Black with #5A8AD8

Text Example


Text Example

White with #5A8AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A8AD8; }

 p { color: rgb(90,138,216); }

 H1.HeaderClassName
 {
   color: #5A8AD8;
 }
 .AnyTagClassName
 {
   color: #5A8AD8;
 }
</style>

background-color css

<style>
 a { background-color: #5A8AD8; }

 a { background-color: rgb(90,138,216); }

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

border-color css

<style>
 span { border-color: #5A8AD8; }

 span { border-color: rgb(90,138,216); }

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