#527acf

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

Shades of Havelock Blue #527ACF

Tints of Havelock Blue #527ACF

Color information

#527ACF (or 0x527ACF) is unknown color: approx Havelock Blue. HEX triplet: 52, 7A and CF. RGB value is (82,122,207). Sum of RGB (Red+Green+Blue) = 82+122+207=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #527ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ACF is #AD8530. Grayscale: #777777. Windows color (decimal): -11371825 or 13597266. OLE color: 13597266.

HSL color Cylindrical-coordinate representation of color #527ACF: hue angle of 220.8º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #527ACF is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB82122207-
CMYK0.600.4100.19
HSL220.8º56.56%56.67%-
HSV(B)220.8º60.39%81.18%-
XYZ21.720.2261.79-
YUV119.73177.25101.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.95%
GREEN value IS 122 (48.05% from 255) = 29.68%
BLUE value IS 207 (81.25% from 255) = 50.36%
R=19.95%
G=29.68%
B=50.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal821222070.600.4100.19220.856.5656.67
Hex527ACF3C29013dd3939
Octal12217231774510233357171
Binary101001011110101100111111110010100101001111011101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527acf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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