#5A8AD5

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

Shades of Havelock Blue #5A8AD5

Tints of Havelock Blue #5A8AD5

Color information

#5A8AD5 (or 0x5A8AD5) is unknown color: approx Havelock Blue. HEX triplet: 5A, 8A and D5. RGB value is (90,138,213). Sum of RGB (Red+Green+Blue) = 90+138+213=441 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.41% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #5A8AD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8AD5 is #A5752A. Grayscale: #838383. Windows color (decimal): -10843435 or 13994586. OLE color: 13994586.

HSL color Cylindrical-coordinate representation of color #5A8AD5: hue angle of 216.59º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A8AD5 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB90138213-
CMYK0.580.3500.16
HSL216.59º59.42%59.41%-
HSV(B)216.59º57.75%83.53%-
XYZ25.3225.1566.47-
YUV132.2173.697.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.41%
GREEN value IS 138 (54.30% from 255) = 31.29%
BLUE value IS 213 (83.59% from 255) = 48.30%
R=20.41%
G=31.29%
B=48.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal901382130.580.3500.16216.5959.4259.41
Hex5A8AD53A23010d93b3b
Octal13221232572430203317373
Binary1011010100010101101010111101010001101000011011001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,138,213); }

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

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

 a { background-color: rgb(90,138,213); }

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

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

 span { border-color: rgb(90,138,213); }

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