#527BB8

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

Shades of Havelock Blue #527BB8

Tints of Havelock Blue #527BB8

Color information

#527BB8 (or 0x527BB8) is unknown color: approx Havelock Blue. HEX triplet: 52, 7B and B8. RGB value is (82,123,184). Sum of RGB (Red+Green+Blue) = 82+123+184=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 184 (72.27% from 255 or 47.30% from 389); Max value from RGB is 184 - color contains mainly: blue. Hex color #527BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527BB8 is #AD8447. Grayscale: #757575. Windows color (decimal): -11371592 or 12090194. OLE color: 12090194.

HSL color Cylindrical-coordinate representation of color #527BB8: hue angle of 215.88º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #527BB8 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB82123184-
CMYK0.550.3300.28
HSL215.88º41.8%52.16%-
HSV(B)215.88º55.43%72.16%-
XYZ19.2119.4248.08-
YUV117.7165.42102.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.08%
GREEN value IS 123 (48.44% from 255) = 31.62%
BLUE value IS 184 (72.27% from 255) = 47.30%
R=21.08%
G=31.62%
B=47.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal821231840.550.3300.28215.8841.852.16
Hex527BB8372101Cd82a34
Octal12217327067410343305264
Binary101001011110111011100011011110000101110011011000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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