Html Css Color HEX #5E7BCB Havelock Blue

📋 copy color: '#5E7BCB'

red 94 ◦ green 123 ◦ blue 203

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

Shades of Havelock Blue #5E7BCB

Tints of Havelock Blue #5E7BCB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.29%

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 22.38%
G = 29.29%
B = 48.33%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E7BCB (or 0x5E7BCB) is known color: Havelock Blue. HEX triplet: 5E, 7B and CB. RGB value is (94,123,203). Sum of RGB (Red+Green+Blue) = 94+123+203=420 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.38% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E7BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7BCB is #A18434. Grayscale: #7B7B7B. Windows color (decimal): -10585141 or 13335390. OLE color: 13335390.

HSL color Cylindrical-coordinate representation of color #5E7BCB: hue angle of 224.04º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E7BCB is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 123 203 -
CMYK 0.54 0.39 0 0.20
HSL 224.04º 0.51% 0.58% -
HSV(B) 224.04º 0.54% 0.8% -
XYZ 22.48 20.86 59.34 -
YUV 123.45 172.89 107 -
System Red Green Blue C M Y K H S L
Decimal 94 123 203 0.54 0.39 0 0.20 224.04 0.51 0.58
Hex 5E 7B CB 36 27 0 14 E0 33 3A
Octal 136 173 313 66 47 0 24 340 63 72
Binary 1011110 1111011 11001011 110110 100111 0 10100 11100000 110011 111010

Color Harmonies of #5E7BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7BCB

Black with #5E7BCB

Text Example


Text Example

White with #5E7BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,123,203); }

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

background-color css

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

 a { background-color: rgb(94,123,203); }

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

border-color css

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

 span { border-color: rgb(94,123,203); }

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