Html Css Color HEX #5582CE Havelock Blue

📋 copy color: '#5582CE'

red 85 ◦ green 130 ◦ blue 206

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

Shades of Havelock Blue #5582CE

Tints of Havelock Blue #5582CE

RGB

 RED value IS 85 (33.59% from 255) = 20.19%

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

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

R = 20.19%
G = 30.88%
B = 48.93%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5582CE (or 0x5582CE) is known color: Havelock Blue. HEX triplet: 55, 82 and CE. RGB value is (85,130,206). Sum of RGB (Red+Green+Blue) = 85+130+206=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #5582CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5582CE is #AA7D31. Grayscale: #7C7C7C. Windows color (decimal): -11173170 or 13533781. OLE color: 13533781.

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

Color convert

RGB 85 130 206 -
CMYK 0.59 0.37 0 0.19
HSL 217.69º 0.55% 0.57% -
HSV(B) 217.69º 0.59% 0.81% -
XYZ 22.87 22.35 61.5 -
YUV 125.21 173.59 99.32 -
System Red Green Blue C M Y K H S L
Decimal 85 130 206 0.59 0.37 0 0.19 217.69 0.55 0.57
Hex 55 82 CE 3B 25 0 13 DA 37 39
Octal 125 202 316 73 45 0 23 332 67 71
Binary 1010101 10000010 11001110 111011 100101 0 10011 11011010 110111 111001

Color Harmonies of #5582CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5582CE

Black with #5582CE

Text Example


Text Example

White with #5582CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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