#527BCC

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

Shades of Havelock Blue #527BCC

Tints of Havelock Blue #527BCC

Color information

#527BCC (or 0x527BCC) is unknown color: approx Havelock Blue. HEX triplet: 52, 7B and CC. RGB value is (82,123,204). Sum of RGB (Red+Green+Blue) = 82+123+204=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #527BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527BCC is #AD8433. Grayscale: #777777. Windows color (decimal): -11371572 or 13400914. OLE color: 13400914.

HSL color Cylindrical-coordinate representation of color #527BCC: hue angle of 219.84º degrees, saturation: 0.54, 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 #527BCC is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB82123204-
CMYK0.600.4000.2
HSL219.84º54.46%56.08%-
HSV(B)219.84º59.8%80%-
XYZ21.4620.3259.92-
YUV119.98175.42100.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.05%
GREEN value IS 123 (48.44% from 255) = 30.07%
BLUE value IS 204 (80.08% from 255) = 49.88%
R=20.05%
G=30.07%
B=49.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal821232040.600.4000.2219.8454.4656.08
Hex527BCC3C28014dc3638
Octal12217331474500243346670
Binary101001011110111100110011110010100001010011011100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,123,204); }

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

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

 a { background-color: rgb(82,123,204); }

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

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

 span { border-color: rgb(82,123,204); }

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