Html Css Color HEX #5E7FB8 Havelock Blue

📋 copy color: '#5E7FB8'

red 94 ◦ green 127 ◦ blue 184

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

Shades of Havelock Blue #5E7FB8

Tints of Havelock Blue #5E7FB8

RGB

 RED value IS 94 (37.11% from 255) = 23.21%

 GREEN value IS 127 (50% from 255) = 31.36%

 BLUE value IS 184 (72.27% from 255) = 45.43%

R = 23.21%
G = 31.36%
B = 45.43%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#5E7FB8 (or 0x5E7FB8) is known color: Havelock Blue. HEX triplet: 5E, 7F and B8. RGB value is (94,127,184). Sum of RGB (Red+Green+Blue) = 94+127+184=405 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.21% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 184 - color contains mainly: blue. Hex color #5E7FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7FB8 is #A18047. Grayscale: #7B7B7B. Windows color (decimal): -10584136 or 12091230. OLE color: 12091230.

HSL color Cylindrical-coordinate representation of color #5E7FB8: hue angle of 218º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E7FB8 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 94 127 184 -
CMYK 0.49 0.31 0 0.28
HSL 218º 0.39% 0.55% -
HSV(B) 218º 0.49% 0.72% -
XYZ 20.86 21.02 48.31 -
YUV 123.63 162.07 106.87 -
System Red Green Blue C M Y K H S L
Decimal 94 127 184 0.49 0.31 0 0.28 218 0.39 0.55
Hex 5E 7F B8 31 1F 0 1C DA 27 37
Octal 136 177 270 61 37 0 34 332 47 67
Binary 1011110 1111111 10111000 110001 11111 0 11100 11011010 100111 110111

Color Harmonies of #5E7FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7FB8

Black with #5E7FB8

Text Example


Text Example

White with #5E7FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,127,184); }

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

background-color css

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

 a { background-color: rgb(94,127,184); }

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

border-color css

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

 span { border-color: rgb(94,127,184); }

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