Html Css Color HEX #5582DC Havelock Blue

📋 copy color: '#5582DC'

red 85 ◦ green 130 ◦ blue 220

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

Shades of Havelock Blue #5582DC

Tints of Havelock Blue #5582DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 19.54%
G = 29.89%
B = 50.57%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5582DC (or 0x5582DC) is known color: Havelock Blue. HEX triplet: 55, 82 and DC. RGB value is (85,130,220). Sum of RGB (Red+Green+Blue) = 85+130+220=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #5582DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5582DC is #AA7D23. Grayscale: #7E7E7E. Windows color (decimal): -11173156 or 14451285. OLE color: 14451285.

HSL color Cylindrical-coordinate representation of color #5582DC: hue angle of 220º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5582DC is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 130 220 -
CMYK 0.61 0.41 0 0.14
HSL 220º 0.66% 0.6% -
HSV(B) 220º 0.61% 0.86% -
XYZ 24.65 23.06 70.86 -
YUV 126.81 180.59 98.18 -
System Red Green Blue C M Y K H S L
Decimal 85 130 220 0.61 0.41 0 0.14 220 0.66 0.6
Hex 55 82 DC 3D 29 0 E DC 42 3C
Octal 125 202 334 75 51 0 16 334 102 74
Binary 1010101 10000010 11011100 111101 101001 0 1110 11011100 1000010 111100

Color Harmonies of #5582DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5582DC

Black with #5582DC

Text Example


Text Example

White with #5582DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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