Html Css Color HEX #5E82CB Havelock Blue

📋 copy color: '#5E82CB'

red 94 ◦ green 130 ◦ blue 203

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

Shades of Havelock Blue #5E82CB

Tints of Havelock Blue #5E82CB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.44%

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

R = 22.01%
G = 30.44%
B = 47.54%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E82CB (or 0x5E82CB) is known color: Havelock Blue. HEX triplet: 5E, 82 and CB. RGB value is (94,130,203). Sum of RGB (Red+Green+Blue) = 94+130+203=427 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.01% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E82CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E82CB is #A17D34. Grayscale: #7F7F7F. Windows color (decimal): -10583349 or 13337182. OLE color: 13337182.

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

Color convert

RGB 94 130 203 -
CMYK 0.54 0.36 0 0.20
HSL 220.18º 0.51% 0.58% -
HSV(B) 220.18º 0.54% 0.8% -
XYZ 23.38 22.66 59.64 -
YUV 127.56 170.57 104.06 -
System Red Green Blue C M Y K H S L
Decimal 94 130 203 0.54 0.36 0 0.20 220.18 0.51 0.58
Hex 5E 82 CB 36 24 0 14 DC 33 3A
Octal 136 202 313 66 44 0 24 334 63 72
Binary 1011110 10000010 11001011 110110 100100 0 10100 11011100 110011 111010

Color Harmonies of #5E82CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E82CB

Black with #5E82CB

Text Example


Text Example

White with #5E82CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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