#5781CA

Color #5781CA Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5781CA

Tints of Havelock Blue #5781CA

Color information

#5781CA (or 0x5781CA) is unknown color: approx Havelock Blue. HEX triplet: 57, 81 and CA. RGB value is (87,129,202). Sum of RGB (Red+Green+Blue) = 87+129+202=418 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.81% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #5781CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5781CA is #A87E35. Grayscale: #7C7C7C. Windows color (decimal): -11042358 or 13271383. OLE color: 13271383.

HSL color Cylindrical-coordinate representation of color #5781CA: hue angle of 218.09º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5781CA is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB87129202-
CMYK0.570.3600.21
HSL218.09º52.04%56.67%-
HSV(B)218.09º56.93%79.22%-
XYZ22.4421.9958.94-
YUV124.76171.59101.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.81%
GREEN value IS 129 (50.78% from 255) = 30.86%
BLUE value IS 202 (79.30% from 255) = 48.33%
R=20.81%
G=30.86%
B=48.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal871292020.570.3600.21218.0952.0456.67
Hex5781CA3924015da3439
Octal12720131271440253326471
Binary1010111100000011100101011100110010001010111011010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5781CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5781CA; }

 p { color: rgb(87,129,202); }

 H1.HeaderClassName
 {
   color: #5781CA;
 }
 .AnyTagClassName
 {
   color: #5781CA;
 }
</style>
background-color css

<style>
 a { background-color: #5781CA; }

 a { background-color: rgb(87,129,202); }

 div.DivClassName
 {
   background-color: #5781CA;
 }
 .BgClassName
 {
   background-color: #5781CA;
 }
</style>
border-color css

<style>
 span { border-color: #5781CA; }

 span { border-color: rgb(87,129,202); }

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