Html Css Color HEX #5785BE Havelock Blue

📋 copy color: '#5785BE'

red 87 ◦ green 133 ◦ blue 190

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

Shades of Havelock Blue #5785BE

Tints of Havelock Blue #5785BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 21.22%
G = 32.44%
B = 46.34%

CMYK

 C value IS 0.54

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5785BE (or 0x5785BE) is known color: Havelock Blue. HEX triplet: 57, 85 and BE. RGB value is (87,133,190). Sum of RGB (Red+Green+Blue) = 87+133+190=410 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.22% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #5785BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5785BE is #A87A41. Grayscale: #7D7D7D. Windows color (decimal): -11041346 or 12485975. OLE color: 12485975.

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

Color convert

RGB 87 133 190 -
CMYK 0.54 0.3 0 0.25
HSL 213.2º 0.44% 0.54% -
HSV(B) 213.2º 0.54% 0.75% -
XYZ 21.61 22.52 51.92 -
YUV 125.74 164.26 100.37 -
System Red Green Blue C M Y K H S L
Decimal 87 133 190 0.54 0.3 0 0.25 213.2 0.44 0.54
Hex 57 85 BE 36 1E 0 19 D5 2C 36
Octal 127 205 276 66 36 0 31 325 54 66
Binary 1010111 10000101 10111110 110110 11110 0 11001 11010101 101100 110110

Color Harmonies of #5785BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5785BE

Black with #5785BE

Text Example


Text Example

White with #5785BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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