#527EBE

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

Shades of Havelock Blue #527EBE

Tints of Havelock Blue #527EBE

Color information

#527EBE (or 0x527EBE) is unknown color: approx Havelock Blue. HEX triplet: 52, 7E and BE. RGB value is (82,126,190). Sum of RGB (Red+Green+Blue) = 82+126+190=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #527EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527EBE is #AD8141. Grayscale: #777777. Windows color (decimal): -11370818 or 12484178. OLE color: 12484178.

HSL color Cylindrical-coordinate representation of color #527EBE: hue angle of 215.56º 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 #527EBE is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB82126190-
CMYK0.570.3400.25
HSL215.56º45.38%53.33%-
HSV(B)215.56º56.84%74.51%-
XYZ20.2320.4351.59-
YUV120.14167.42100.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.60%
GREEN value IS 126 (49.61% from 255) = 31.66%
BLUE value IS 190 (74.61% from 255) = 47.74%
R=20.60%
G=31.66%
B=47.74%

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
Decimal821261900.570.3400.25215.5645.3853.33
Hex527EBE3922019d82d35
Octal12217627671420313305565
Binary101001011111101011111011100110001001100111011000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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