Html Css Color HEX #5E83CB Havelock Blue

📋 copy color: '#5E83CB'

red 94 ◦ green 131 ◦ blue 203

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

Shades of Havelock Blue #5E83CB

Tints of Havelock Blue #5E83CB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.61%

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

R = 21.96%
G = 30.61%
B = 47.43%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E83CB (or 0x5E83CB) is known color: Havelock Blue. HEX triplet: 5E, 83 and CB. RGB value is (94,131,203). Sum of RGB (Red+Green+Blue) = 94+131+203=428 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.96% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E83CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E83CB is #A17C34. Grayscale: #7F7F7F. Windows color (decimal): -10583093 or 13337438. OLE color: 13337438.

HSL color Cylindrical-coordinate representation of color #5E83CB: hue angle of 219.63º 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 #5E83CB is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 131 203 -
CMYK 0.54 0.35 0 0.20
HSL 219.63º 0.51% 0.58% -
HSV(B) 219.63º 0.54% 0.8% -
XYZ 23.51 22.92 59.69 -
YUV 128.15 170.24 103.65 -
System Red Green Blue C M Y K H S L
Decimal 94 131 203 0.54 0.35 0 0.20 219.63 0.51 0.58
Hex 5E 83 CB 36 23 0 14 DC 33 3A
Octal 136 203 313 66 43 0 24 334 63 72
Binary 1011110 10000011 11001011 110110 100011 0 10100 11011100 110011 111010

Color Harmonies of #5E83CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E83CB

Black with #5E83CB

Text Example


Text Example

White with #5E83CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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