#5A81B8

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

Shades of Havelock Blue #5A81B8

Tints of Havelock Blue #5A81B8

Color information

#5A81B8 (or 0x5A81B8) is unknown color: approx Havelock Blue. HEX triplet: 5A, 81 and B8. RGB value is (90,129,184). Sum of RGB (Red+Green+Blue) = 90+129+184=403 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.33% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 184 (72.27% from 255 or 45.66% from 403); Max value from RGB is 184 - color contains mainly: blue. Hex color #5A81B8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A81B8 is #A57E47. Grayscale: #7B7B7B. Windows color (decimal): -10845768 or 12091738. OLE color: 12091738.

HSL color Cylindrical-coordinate representation of color #5A81B8: hue angle of 215.11º degrees, saturation: 0.4, 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 #5A81B8 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB90129184-
CMYK0.510.3000.28
HSL215.11º39.83%53.73%-
HSV(B)215.11º51.09%72.16%-
XYZ20.7221.3348.37-
YUV123.61162.08104.03-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.33%
GREEN value IS 129 (50.78% from 255) = 32.01%
BLUE value IS 184 (72.27% from 255) = 45.66%
R=22.33%
G=32.01%
B=45.66%

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
Decimal901291840.510.3000.28215.1139.8353.73
Hex5A81B8331E01Cd72836
Octal13220127063360343275066
Binary101101010000001101110001100111111001110011010111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A81B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,129,184); }

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

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

 a { background-color: rgb(90,129,184); }

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

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

 span { border-color: rgb(90,129,184); }

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