#5277C0

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

Shades of Havelock Blue #5277C0

Tints of Havelock Blue #5277C0

Color information

#5277C0 (or 0x5277C0) is unknown color: approx Havelock Blue. HEX triplet: 52, 77 and C0. RGB value is (82,119,192). Sum of RGB (Red+Green+Blue) = 82+119+192=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #5277C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5277C0 is #AD883F. Grayscale: #737373. Windows color (decimal): -11372608 or 12613458. OLE color: 12613458.

HSL color Cylindrical-coordinate representation of color #5277C0: hue angle of 219.82º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5277C0 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB82119192-
CMYK0.570.3800.25
HSL219.82º46.61%53.73%-
HSV(B)219.82º57.29%75.29%-
XYZ19.5918.7952.46-
YUV116.26170.74103.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.87%
GREEN value IS 119 (46.88% from 255) = 30.28%
BLUE value IS 192 (75.39% from 255) = 48.85%
R=20.87%
G=30.28%
B=48.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821191920.570.3800.25219.8246.6153.73
Hex5277C03926019dc2f36
Octal12216730071460313345766
Binary101001011101111100000011100110011001100111011100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5277C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,119,192); }

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

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

 a { background-color: rgb(82,119,192); }

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

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

 span { border-color: rgb(82,119,192); }

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