#527ACA

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

Shades of Havelock Blue #527ACA

Tints of Havelock Blue #527ACA

Color information

#527ACA (or 0x527ACA) is unknown color: approx Havelock Blue. HEX triplet: 52, 7A and CA. RGB value is (82,122,202). Sum of RGB (Red+Green+Blue) = 82+122+202=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #527ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ACA is #AD8535. Grayscale: #767676. Windows color (decimal): -11371830 or 13269586. OLE color: 13269586.

HSL color Cylindrical-coordinate representation of color #527ACA: hue angle of 220º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #527ACA is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB82122202-
CMYK0.590.4000.21
HSL220º53.1%55.69%-
HSV(B)220º59.41%79.22%-
XYZ21.119.9858.62-
YUV119.16174.75101.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.20%
GREEN value IS 122 (48.05% from 255) = 30.05%
BLUE value IS 202 (79.30% from 255) = 49.75%
R=20.20%
G=30.05%
B=49.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal821222020.590.4000.2122053.155.69
Hex527ACA3B28015dc3538
Octal12217231273500253346570
Binary101001011110101100101011101110100001010111011100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527ACA; }

 p { color: rgb(82,122,202); }

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

<style>
 a { background-color: #527ACA; }

 a { background-color: rgb(82,122,202); }

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

<style>
 span { border-color: #527ACA; }

 span { border-color: rgb(82,122,202); }

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