Html Css Color HEX #5785BC Havelock Blue

📋 copy color: '#5785BC'

red 87 ◦ green 133 ◦ blue 188

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

Shades of Havelock Blue #5785BC

Tints of Havelock Blue #5785BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.08%

R = 21.32%
G = 32.6%
B = 46.08%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5785BC (or 0x5785BC) is known color: Havelock Blue. HEX triplet: 57, 85 and BC. RGB value is (87,133,188). Sum of RGB (Red+Green+Blue) = 87+133+188=408 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.32% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #5785BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5785BC is #A87A43. Grayscale: #7D7D7D. Windows color (decimal): -11041348 or 12354903. OLE color: 12354903.

HSL color Cylindrical-coordinate representation of color #5785BC: hue angle of 212.67º degrees, saturation: 0.43, 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 #5785BC is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 133 188 -
CMYK 0.54 0.29 0 0.26
HSL 212.67º 0.43% 0.54% -
HSV(B) 212.67º 0.54% 0.74% -
XYZ 21.4 22.43 50.78 -
YUV 125.52 163.26 100.53 -
System Red Green Blue C M Y K H S L
Decimal 87 133 188 0.54 0.29 0 0.26 212.67 0.43 0.54
Hex 57 85 BC 36 1D 0 1A D5 2B 36
Octal 127 205 274 66 35 0 32 325 53 66
Binary 1010111 10000101 10111100 110110 11101 0 11010 11010101 101011 110110

Color Harmonies of #5785BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5785BC

Black with #5785BC

Text Example


Text Example

White with #5785BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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