#527FBE

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

Shades of Havelock Blue #527FBE

Tints of Havelock Blue #527FBE

Color information

#527FBE (or 0x527FBE) is unknown color: approx Havelock Blue. HEX triplet: 52, 7F and BE. RGB value is (82,127,190). Sum of RGB (Red+Green+Blue) = 82+127+190=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #527FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527FBE is #AD8041. Grayscale: #787878. Windows color (decimal): -11370562 or 12484434. OLE color: 12484434.

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

Color convert

RGB82127190-
CMYK0.570.3300.25
HSL215º45.38%53.33%-
HSV(B)215º56.84%74.51%-
XYZ20.3620.6951.64-
YUV120.73167.09100.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.55%
GREEN value IS 127 (50% from 255) = 31.83%
BLUE value IS 190 (74.61% from 255) = 47.62%
R=20.55%
G=31.83%
B=47.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821271900.570.3300.2521545.3853.33
Hex527FBE3921019d72d35
Octal12217727671410313275565
Binary101001011111111011111011100110000101100111010111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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