#5A80B7

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

Shades of Havelock Blue #5A80B7

Tints of Havelock Blue #5A80B7

Color information

#5A80B7 (or 0x5A80B7) is unknown color: approx Havelock Blue. HEX triplet: 5A, 80 and B7. RGB value is (90,128,183). Sum of RGB (Red+Green+Blue) = 90+128+183=401 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.44% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 183 (71.88% from 255 or 45.64% from 401); Max value from RGB is 183 - color contains mainly: blue. Hex color #5A80B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A80B7 is #A57F48. Grayscale: #7A7A7A. Windows color (decimal): -10846025 or 12025946. OLE color: 12025946.

HSL color Cylindrical-coordinate representation of color #5A80B7: hue angle of 215.48º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A80B7 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB90128183-
CMYK0.510.3000.28
HSL215.48º39.24%53.53%-
HSV(B)215.48º50.82%71.76%-
XYZ20.4821.0347.78-
YUV122.91161.91104.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.44%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 183 (71.88% from 255) = 45.64%
R=22.44%
G=31.92%
B=45.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal901281830.510.3000.28215.4839.2453.53
Hex5A80B7331E01Cd72736
Octal13220026763360343274766
Binary101101010000000101101111100111111001110011010111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A80B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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