#5A80D0

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

Shades of Havelock Blue #5A80D0

Tints of Havelock Blue #5A80D0

Color information

#5A80D0 (or 0x5A80D0) is unknown color: approx Havelock Blue. HEX triplet: 5A, 80 and D0. RGB value is (90,128,208). Sum of RGB (Red+Green+Blue) = 90+128+208=426 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.13% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 208 - color contains mainly: blue. Hex color #5A80D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A80D0 is #A57F2F. Grayscale: #7D7D7D. Windows color (decimal): -10846000 or 13664346. OLE color: 13664346.

HSL color Cylindrical-coordinate representation of color #5A80D0: hue angle of 220.68º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A80D0 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB90128208-
CMYK0.570.3800.18
HSL220.68º55.66%58.43%-
HSV(B)220.68º56.73%81.57%-
XYZ23.3222.1762.72-
YUV125.76174.41102.5-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.13%
GREEN value IS 128 (50.39% from 255) = 30.05%
BLUE value IS 208 (81.64% from 255) = 48.83%
R=21.13%
G=30.05%
B=48.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal901282080.570.3800.18220.6855.6658.43
Hex5A80D03926012dd383a
Octal13220032071460223357072
Binary1011010100000001101000011100110011001001011011101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A80D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,128,208); }

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

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

 a { background-color: rgb(90,128,208); }

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

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

 span { border-color: rgb(90,128,208); }

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