Html Css Color HEX #5785BD Havelock Blue

📋 copy color: '#5785BD'

red 87 ◦ green 133 ◦ blue 189

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

Shades of Havelock Blue #5785BD

Tints of Havelock Blue #5785BD

RGB

 RED value IS 87 (34.38% from 255) = 21.27%

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

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

R = 21.27%
G = 32.52%
B = 46.21%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5785BD (or 0x5785BD) is known color: Havelock Blue. HEX triplet: 57, 85 and BD. RGB value is (87,133,189). Sum of RGB (Red+Green+Blue) = 87+133+189=409 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.27% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #5785BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5785BD is #A87A42. Grayscale: #7D7D7D. Windows color (decimal): -11041347 or 12420439. OLE color: 12420439.

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

Color convert

RGB 87 133 189 -
CMYK 0.54 0.30 0 0.26
HSL 212.94º 0.44% 0.54% -
HSV(B) 212.94º 0.54% 0.74% -
XYZ 21.5 22.48 51.35 -
YUV 125.63 163.76 100.45 -
System Red Green Blue C M Y K H S L
Decimal 87 133 189 0.54 0.30 0 0.26 212.94 0.44 0.54
Hex 57 85 BD 36 1E 0 1A D5 2C 36
Octal 127 205 275 66 36 0 32 325 54 66
Binary 1010111 10000101 10111101 110110 11110 0 11010 11010101 101100 110110

Color Harmonies of #5785BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5785BD

Black with #5785BD

Text Example


Text Example

White with #5785BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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