#527cc2

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

Shades of Havelock Blue #527CC2

Tints of Havelock Blue #527CC2

Color information

#527CC2 (or 0x527CC2) is unknown color: approx Havelock Blue. HEX triplet: 52, 7C and C2. RGB value is (82,124,194). Sum of RGB (Red+Green+Blue) = 82+124+194=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 194 (76.17% from 255 or 48.5% from 400); Max value from RGB is 194 - color contains mainly: blue. Hex color #527CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527CC2 is #AD833D. Grayscale: #777777. Windows color (decimal): -11371326 or 12745810. OLE color: 12745810.

HSL color Cylindrical-coordinate representation of color #527CC2: hue angle of 217.5º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #527CC2 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB82124194-
CMYK0.580.3600.24
HSL217.5º47.86%54.12%-
HSV(B)217.5º57.73%76.08%-
XYZ20.4220.153.84-
YUV119.42170.09101.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.5%
GREEN value IS 124 (48.83% from 255) = 31%
BLUE value IS 194 (76.17% from 255) = 48.5%
R=20.5%
G=31%
B=48.5%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821241940.580.3600.24217.547.8654.12
Hex527CC23A24018da3036
Octal12217430272440303326066
Binary101001011111001100001011101010010001100011011010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527cc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,124,194); }

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

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

 a { background-color: rgb(82,124,194); }

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

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

 span { border-color: rgb(82,124,194); }

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