Html Css Color HEX #5585BD Havelock Blue

📋 copy color: '#5585BD'

red 85 ◦ green 133 ◦ blue 189

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

Shades of Havelock Blue #5585BD

Tints of Havelock Blue #5585BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.44%

R = 20.88%
G = 32.68%
B = 46.44%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5585BD (or 0x5585BD) is known color: Havelock Blue. HEX triplet: 55, 85 and BD. RGB value is (85,133,189). Sum of RGB (Red+Green+Blue) = 85+133+189=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #5585BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5585BD is #AA7A42. Grayscale: #7C7C7C. Windows color (decimal): -11172419 or 12420437. OLE color: 12420437.

HSL color Cylindrical-coordinate representation of color #5585BD: hue angle of 212.31º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5585BD is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 133 189 -
CMYK 0.55 0.30 0 0.26
HSL 212.31º 0.44% 0.54% -
HSV(B) 212.31º 0.55% 0.74% -
XYZ 21.32 22.38 51.34 -
YUV 125.03 164.1 99.45 -
System Red Green Blue C M Y K H S L
Decimal 85 133 189 0.55 0.30 0 0.26 212.31 0.44 0.54
Hex 55 85 BD 37 1E 0 1A D4 2C 36
Octal 125 205 275 67 36 0 32 324 54 66
Binary 1010101 10000101 10111101 110111 11110 0 11010 11010100 101100 110110

Color Harmonies of #5585BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5585BD

Black with #5585BD

Text Example


Text Example

White with #5585BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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