Html Css Color HEX #5A8BD6 Havelock Blue

📋 copy color: '#5A8BD6'

red 90 ◦ green 139 ◦ blue 214

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

Shades of Havelock Blue #5A8BD6

Tints of Havelock Blue #5A8BD6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.38%

 BLUE value IS 214 (83.98% from 255) = 48.31%

R = 20.32%
G = 31.38%
B = 48.31%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5A8BD6 (or 0x5A8BD6) is known color: Havelock Blue. HEX triplet: 5A, 8B and D6. RGB value is (90,139,214). Sum of RGB (Red+Green+Blue) = 90+139+214=443 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.32% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 214 (83.98% from 255 or 48.31% from 443); Max value from RGB is 214 - color contains mainly: blue. Hex color #5A8BD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8BD6 is #A57429. Grayscale: #848484. Windows color (decimal): -10843178 or 14060378. OLE color: 14060378.

HSL color Cylindrical-coordinate representation of color #5A8BD6: hue angle of 216.29º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A8BD6 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 90 139 214 -
CMYK 0.58 0.35 0 0.16
HSL 216.29º 0.6% 0.6% -
HSV(B) 216.29º 0.58% 0.84% -
XYZ 25.59 25.49 67.19 -
YUV 132.9 173.77 97.4 -
System Red Green Blue C M Y K H S L
Decimal 90 139 214 0.58 0.35 0 0.16 216.29 0.6 0.6
Hex 5A 8B D6 3A 23 0 10 D8 3C 3C
Octal 132 213 326 72 43 0 20 330 74 74
Binary 1011010 10001011 11010110 111010 100011 0 10000 11011000 111100 111100

Color Harmonies of #5A8BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8BD6

Black with #5A8BD6

Text Example


Text Example

White with #5A8BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,139,214); }

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

background-color css

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

 a { background-color: rgb(90,139,214); }

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

border-color css

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

 span { border-color: rgb(90,139,214); }

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