#527FBF

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

Shades of Havelock Blue #527FBF

Tints of Havelock Blue #527FBF

Color information

#527FBF (or 0x527FBF) is unknown color: approx Havelock Blue. HEX triplet: 52, 7F and BF. RGB value is (82,127,191). Sum of RGB (Red+Green+Blue) = 82+127+191=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #527FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527FBF is #AD8040. Grayscale: #787878. Windows color (decimal): -11370561 or 12549970. OLE color: 12549970.

HSL color Cylindrical-coordinate representation of color #527FBF: hue angle of 215.23º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #527FBF is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB82127191-
CMYK0.570.3400.25
HSL215.23º45.99%53.53%-
HSV(B)215.23º57.07%74.9%-
XYZ20.4720.7352.21-
YUV120.84167.59100.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.5%
GREEN value IS 127 (50% from 255) = 31.75%
BLUE value IS 191 (75% from 255) = 47.75%
R=20.5%
G=31.75%
B=47.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821271910.570.3400.25215.2345.9953.53
Hex527FBF3922019d72e36
Octal12217727771420313275666
Binary101001011111111011111111100110001001100111010111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,127,191); }

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

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

 a { background-color: rgb(82,127,191); }

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

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

 span { border-color: rgb(82,127,191); }

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