Html Css Color HEX #5585DC Havelock Blue

📋 copy color: '#5585DC'

red 85 ◦ green 133 ◦ blue 220

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

Shades of Havelock Blue #5585DC

Tints of Havelock Blue #5585DC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.37%

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

R = 19.41%
G = 30.37%
B = 50.23%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5585DC (or 0x5585DC) is known color: Havelock Blue. HEX triplet: 55, 85 and DC. RGB value is (85,133,220). Sum of RGB (Red+Green+Blue) = 85+133+220=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #5585DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5585DC is #AA7A23. Grayscale: #808080. Windows color (decimal): -11172388 or 14452053. OLE color: 14452053.

HSL color Cylindrical-coordinate representation of color #5585DC: hue angle of 218.67º 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 #5585DC is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 133 220 -
CMYK 0.61 0.40 0 0.14
HSL 218.67º 0.66% 0.6% -
HSV(B) 218.67º 0.61% 0.86% -
XYZ 25.05 23.87 71 -
YUV 128.57 179.6 96.93 -
System Red Green Blue C M Y K H S L
Decimal 85 133 220 0.61 0.40 0 0.14 218.67 0.66 0.6
Hex 55 85 DC 3D 28 0 E DB 42 3C
Octal 125 205 334 75 50 0 16 333 102 74
Binary 1010101 10000101 11011100 111101 101000 0 1110 11011011 1000010 111100

Color Harmonies of #5585DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5585DC

Black with #5585DC

Text Example


Text Example

White with #5585DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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