#527CCE

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

Shades of Havelock Blue #527CCE

Tints of Havelock Blue #527CCE

Color information

#527CCE (or 0x527CCE) is unknown color: approx Havelock Blue. HEX triplet: 52, 7C and CE. RGB value is (82,124,206). Sum of RGB (Red+Green+Blue) = 82+124+206=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #527CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527CCE is #AD8331. Grayscale: #787878. Windows color (decimal): -11371314 or 13532242. OLE color: 13532242.

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

Color convert

RGB82124206-
CMYK0.600.4000.19
HSL219.68º55.86%56.47%-
HSV(B)219.68º60.19%80.78%-
XYZ21.8320.6761.23-
YUV120.79176.09100.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.90%
GREEN value IS 124 (48.83% from 255) = 30.10%
BLUE value IS 206 (80.86% from 255) = 50%
R=19.90%
G=30.10%
B=50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal821242060.600.4000.19219.6855.8656.47
Hex527CCE3C28013dc3838
Octal12217431674500233347070
Binary101001011111001100111011110010100001001111011100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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