#527acd

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

Shades of Havelock Blue #527ACD

Tints of Havelock Blue #527ACD

Color information

#527ACD (or 0x527ACD) is unknown color: approx Havelock Blue. HEX triplet: 52, 7A and CD. RGB value is (82,122,205). Sum of RGB (Red+Green+Blue) = 82+122+205=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #527ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ACD is #AD8532. Grayscale: #777777. Windows color (decimal): -11371827 or 13466194. OLE color: 13466194.

HSL color Cylindrical-coordinate representation of color #527ACD: hue angle of 220.49º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #527ACD is Cyan = 0.6, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB82122205-
CMYK0.60.4000.20
HSL220.49º55.16%56.27%-
HSV(B)220.49º60%80.39%-
XYZ21.4620.1260.51-
YUV119.5176.25101.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.05%
GREEN value IS 122 (48.05% from 255) = 29.83%
BLUE value IS 205 (80.47% from 255) = 50.12%
R=20.05%
G=29.83%
B=50.12%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821222050.60.4000.20220.4955.1656.27
Hex527ACD3C28014dc3738
Octal12217231574500243346770
Binary101001011110101100110111110010100001010011011100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527acd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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