#5279BB

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

Shades of Havelock Blue #5279BB

Tints of Havelock Blue #5279BB

Color information

#5279BB (or 0x5279BB) is unknown color: approx Havelock Blue. HEX triplet: 52, 79 and BB. RGB value is (82,121,187). Sum of RGB (Red+Green+Blue) = 82+121+187=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #5279BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5279BB is #AD8644. Grayscale: #747474. Windows color (decimal): -11372101 or 12286290. OLE color: 12286290.

HSL color Cylindrical-coordinate representation of color #5279BB: hue angle of 217.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5279BB is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB82121187-
CMYK0.560.3500.27
HSL217.71º43.57%52.75%-
HSV(B)217.71º56.15%73.33%-
XYZ19.2919.0649.68-
YUV116.86167.58103.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.03%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 187 (73.44% from 255) = 47.95%
R=21.03%
G=31.03%
B=47.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821211870.560.3500.27217.7143.5752.75
Hex5279BB382301Bda2c35
Octal12217127370430333325465
Binary101001011110011011101111100010001101101111011010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5279BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5279BB; }

 p { color: rgb(82,121,187); }

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

<style>
 a { background-color: #5279BB; }

 a { background-color: rgb(82,121,187); }

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

<style>
 span { border-color: #5279BB; }

 span { border-color: rgb(82,121,187); }

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