Html Css Color HEX #5882CE Havelock Blue

📋 copy color: '#5882CE'

red 88 ◦ green 130 ◦ blue 206

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

Shades of Havelock Blue #5882CE

Tints of Havelock Blue #5882CE

RGB

 RED value IS 88 (34.77% from 255) = 20.75%

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

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 20.75%
G = 30.66%
B = 48.58%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5882CE (or 0x5882CE) is known color: Havelock Blue. HEX triplet: 58, 82 and CE. RGB value is (88,130,206). Sum of RGB (Red+Green+Blue) = 88+130+206=424 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.75% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #5882CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5882CE is #A77D31. Grayscale: #7D7D7D. Windows color (decimal): -10976562 or 13533784. OLE color: 13533784.

HSL color Cylindrical-coordinate representation of color #5882CE: hue angle of 218.64º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5882CE is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 130 206 -
CMYK 0.57 0.37 0 0.19
HSL 218.64º 0.55% 0.58% -
HSV(B) 218.64º 0.57% 0.81% -
XYZ 23.15 22.5 61.51 -
YUV 126.11 173.09 100.82 -
System Red Green Blue C M Y K H S L
Decimal 88 130 206 0.57 0.37 0 0.19 218.64 0.55 0.58
Hex 58 82 CE 39 25 0 13 DB 37 3A
Octal 130 202 316 71 45 0 23 333 67 72
Binary 1011000 10000010 11001110 111001 100101 0 10011 11011011 110111 111010

Color Harmonies of #5882CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5882CE

Black with #5882CE

Text Example


Text Example

White with #5882CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5882CE; }

 p { color: rgb(88,130,206); }

 H1.HeaderClassName
 {
   color: #5882CE;
 }
 .AnyTagClassName
 {
   color: #5882CE;
 }
</style>

background-color css

<style>
 a { background-color: #5882CE; }

 a { background-color: rgb(88,130,206); }

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

border-color css

<style>
 span { border-color: #5882CE; }

 span { border-color: rgb(88,130,206); }

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