Html Css Color HEX #5787C0 Havelock Blue

📋 copy color: '#5787C0'

red 87 ◦ green 135 ◦ blue 192

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

Shades of Havelock Blue #5787C0

Tints of Havelock Blue #5787C0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.61%

 BLUE value IS 192 (75.39% from 255) = 46.38%

R = 21.01%
G = 32.61%
B = 46.38%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5787C0 (or 0x5787C0) is known color: Havelock Blue. HEX triplet: 57, 87 and C0. RGB value is (87,135,192). Sum of RGB (Red+Green+Blue) = 87+135+192=414 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.01% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #5787C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5787C0 is #A8783F. Grayscale: #7E7E7E. Windows color (decimal): -11040832 or 12617559. OLE color: 12617559.

HSL color Cylindrical-coordinate representation of color #5787C0: hue angle of 212.57º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5787C0 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 135 192 -
CMYK 0.55 0.30 0 0.25
HSL 212.57º 0.45% 0.55% -
HSV(B) 212.57º 0.55% 0.75% -
XYZ 22.11 23.16 53.17 -
YUV 127.15 164.6 99.37 -
System Red Green Blue C M Y K H S L
Decimal 87 135 192 0.55 0.30 0 0.25 212.57 0.45 0.55
Hex 57 87 C0 37 1E 0 19 D5 2D 37
Octal 127 207 300 67 36 0 31 325 55 67
Binary 1010111 10000111 11000000 110111 11110 0 11001 11010101 101101 110111

Color Harmonies of #5787C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5787C0

Black with #5787C0

Text Example


Text Example

White with #5787C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5787C0; }

 p { color: rgb(87,135,192); }

 H1.HeaderClassName
 {
   color: #5787C0;
 }
 .AnyTagClassName
 {
   color: #5787C0;
 }
</style>

background-color css

<style>
 a { background-color: #5787C0; }

 a { background-color: rgb(87,135,192); }

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

border-color css

<style>
 span { border-color: #5787C0; }

 span { border-color: rgb(87,135,192); }

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