#528dce

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

Shades of Havelock Blue #528DCE

Tints of Havelock Blue #528DCE

Color information

#528DCE (or 0x528DCE) is unknown color: approx Havelock Blue. HEX triplet: 52, 8D and CE. RGB value is (82,141,206). Sum of RGB (Red+Green+Blue) = 82+141+206=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #528DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528DCE is #AD7231. Grayscale: #828282. Windows color (decimal): -11366962 or 13536594. OLE color: 13536594.

HSL color Cylindrical-coordinate representation of color #528DCE: hue angle of 211.45º 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 #528DCE is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB82141206-
CMYK0.600.3200.19
HSL211.45º55.86%56.47%-
HSV(B)211.45º60.19%80.78%-
XYZ24.1525.362-
YUV130.77170.4593.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.11%
GREEN value IS 141 (55.47% from 255) = 32.87%
BLUE value IS 206 (80.86% from 255) = 48.02%
R=19.11%
G=32.87%
B=48.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal821412060.600.3200.19211.4555.8656.47
Hex528DCE3C20013d33838
Octal12221531674400233237070
Binary1010010100011011100111011110010000001001111010011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528dce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528dce; }

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

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

<style>
 a { background-color: #528dce; }

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

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

<style>
 span { border-color: #528dce; }

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

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