#5270bc

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

Shades of Havelock Blue #5270BC

Tints of Havelock Blue #5270BC

Color information

#5270BC (or 0x5270BC) is unknown color: approx Havelock Blue. HEX triplet: 52, 70 and BC. RGB value is (82,112,188). Sum of RGB (Red+Green+Blue) = 82+112+188=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #5270BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5270BC is #AD8F43. Grayscale: #6F6F6F. Windows color (decimal): -11374404 or 12349522. OLE color: 12349522.

HSL color Cylindrical-coordinate representation of color #5270BC: hue angle of 223.02º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5270BC is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB82112188-
CMYK0.560.4000.26
HSL223.02º44.17%52.94%-
HSV(B)223.02º56.38%73.73%-
XYZ18.3517.0149.89-
YUV111.69171.06106.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.47%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 188 (73.83% from 255) = 49.21%
R=21.47%
G=29.32%
B=49.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal821121880.560.4000.26223.0244.1752.94
Hex5270BC382801Adf2c35
Octal12216027470500323375465
Binary101001011100001011110011100010100001101011011111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5270bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5270bc; }

 p { color: rgb(82,112,188); }

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

<style>
 a { background-color: #5270bc; }

 a { background-color: rgb(82,112,188); }

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

<style>
 span { border-color: #5270bc; }

 span { border-color: rgb(82,112,188); }

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