#527BBE

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

Shades of Havelock Blue #527BBE

Tints of Havelock Blue #527BBE

Color information

#527BBE (or 0x527BBE) is unknown color: approx Havelock Blue. HEX triplet: 52, 7B and BE. RGB value is (82,123,190). Sum of RGB (Red+Green+Blue) = 82+123+190=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #527BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527BBE is #AD8441. Grayscale: #767676. Windows color (decimal): -11371586 or 12483410. OLE color: 12483410.

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

Color convert

RGB82123190-
CMYK0.570.3500.25
HSL217.22º45.38%53.33%-
HSV(B)217.22º56.84%74.51%-
XYZ19.8619.6851.47-
YUV118.38168.42102.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.76%
GREEN value IS 123 (48.44% from 255) = 31.14%
BLUE value IS 190 (74.61% from 255) = 48.10%
R=20.76%
G=31.14%
B=48.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821231900.570.3500.25217.2245.3853.33
Hex527BBE3923019d92d35
Octal12217327671430313315565
Binary101001011110111011111011100110001101100111011001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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