#527CBD

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

Shades of Havelock Blue #527CBD

Tints of Havelock Blue #527CBD

Color information

#527CBD (or 0x527CBD) is unknown color: approx Havelock Blue. HEX triplet: 52, 7C and BD. RGB value is (82,124,189). Sum of RGB (Red+Green+Blue) = 82+124+189=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #527CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527CBD is #AD8342. Grayscale: #767676. Windows color (decimal): -11371331 or 12418130. OLE color: 12418130.

HSL color Cylindrical-coordinate representation of color #527CBD: hue angle of 216.45º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #527CBD is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB82124189-
CMYK0.570.3400.26
HSL216.45º44.77%53.14%-
HSV(B)216.45º56.61%74.12%-
XYZ19.8719.8850.93-
YUV118.85167.59101.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.76%
GREEN value IS 124 (48.83% from 255) = 31.39%
BLUE value IS 189 (74.22% from 255) = 47.85%
R=20.76%
G=31.39%
B=47.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal821241890.570.3400.26216.4544.7753.14
Hex527CBD392201Ad82d35
Octal12217427571420323305565
Binary101001011111001011110111100110001001101011011000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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