#5280BB

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

Shades of Havelock Blue #5280BB

Tints of Havelock Blue #5280BB

Color information

#5280BB (or 0x5280BB) is unknown color: approx Havelock Blue. HEX triplet: 52, 80 and BB. RGB value is (82,128,187). Sum of RGB (Red+Green+Blue) = 82+128+187=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #5280BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5280BB is #AD7F44. Grayscale: #787878. Windows color (decimal): -11370309 or 12288082. OLE color: 12288082.

HSL color Cylindrical-coordinate representation of color #5280BB: hue angle of 213.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 #5280BB is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB82128187-
CMYK0.560.3200.27
HSL213.71º43.57%52.75%-
HSV(B)213.71º56.15%73.33%-
XYZ20.1720.8249.97-
YUV120.97165.26100.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.65%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 187 (73.44% from 255) = 47.10%
R=20.65%
G=32.24%
B=47.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821281870.560.3200.27213.7143.5752.75
Hex5280BB382001Bd62c35
Octal12220027370400333265465
Binary1010010100000001011101111100010000001101111010110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5280BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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