#5a82db

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

Shades of Havelock Blue #5A82DB

Tints of Havelock Blue #5A82DB

Color information

#5A82DB (or 0x5A82DB) is unknown color: approx Havelock Blue. HEX triplet: 5A, 82 and DB. RGB value is (90,130,219). Sum of RGB (Red+Green+Blue) = 90+130+219=439 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.50% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A82DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A82DB is #A57D24. Grayscale: #7F7F7F. Windows color (decimal): -10845477 or 14385754. OLE color: 14385754.

HSL color Cylindrical-coordinate representation of color #5A82DB: hue angle of 221.4º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A82DB is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB90130219-
CMYK0.590.4100.14
HSL221.4º64.18%60.59%-
HSV(B)221.4º58.9%85.88%-
XYZ24.9923.2570.19-
YUV128.19179.25100.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.50%
GREEN value IS 130 (51.17% from 255) = 29.61%
BLUE value IS 219 (85.94% from 255) = 49.89%
R=20.50%
G=29.61%
B=49.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal901302190.590.4100.14221.464.1860.59
Hex5A82DB3B290Edd403d
Octal132202333735101633510075
Binary1011010100000101101101111101110100101110110111011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a82db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5a82db; }

 p { color: rgb(90,130,219); }

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

<style>
 a { background-color: #5a82db; }

 a { background-color: rgb(90,130,219); }

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

<style>
 span { border-color: #5a82db; }

 span { border-color: rgb(90,130,219); }

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