Html Css Color HEX #5E7FBC Havelock Blue

📋 copy color: '#5E7FBC'

red 94 ◦ green 127 ◦ blue 188

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

Shades of Havelock Blue #5E7FBC

Tints of Havelock Blue #5E7FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 22.98%
G = 31.05%
B = 45.97%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E7FBC (or 0x5E7FBC) is known color: Havelock Blue. HEX triplet: 5E, 7F and BC. RGB value is (94,127,188). Sum of RGB (Red+Green+Blue) = 94+127+188=409 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.98% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E7FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7FBC is #A18043. Grayscale: #7B7B7B. Windows color (decimal): -10584132 or 12353374. OLE color: 12353374.

HSL color Cylindrical-coordinate representation of color #5E7FBC: hue angle of 218.94º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E7FBC is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 127 188 -
CMYK 0.50 0.32 0 0.26
HSL 218.94º 0.41% 0.55% -
HSV(B) 218.94º 0.5% 0.74% -
XYZ 21.28 21.19 50.55 -
YUV 124.09 164.07 106.54 -
System Red Green Blue C M Y K H S L
Decimal 94 127 188 0.50 0.32 0 0.26 218.94 0.41 0.55
Hex 5E 7F BC 32 20 0 1A DB 29 37
Octal 136 177 274 62 40 0 32 333 51 67
Binary 1011110 1111111 10111100 110010 100000 0 11010 11011011 101001 110111

Color Harmonies of #5E7FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7FBC

Black with #5E7FBC

Text Example


Text Example

White with #5E7FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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