#5A85D1

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

Shades of Havelock Blue #5A85D1

Tints of Havelock Blue #5A85D1

Color information

#5A85D1 (or 0x5A85D1) is unknown color: approx Havelock Blue. HEX triplet: 5A, 85 and D1. RGB value is (90,133,209). Sum of RGB (Red+Green+Blue) = 90+133+209=432 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.83% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 209 (82.03% from 255 or 48.38% from 432); Max value from RGB is 209 - color contains mainly: blue. Hex color #5A85D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A85D1 is #A57A2E. Grayscale: #808080. Windows color (decimal): -10844719 or 13731162. OLE color: 13731162.

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

Color convert

RGB90133209-
CMYK0.570.3600.18
HSL218.32º56.4%58.63%-
HSV(B)218.32º56.94%81.96%-
XYZ24.1123.5563.6-
YUV128.81173.25100.32-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.83%
GREEN value IS 133 (52.34% from 255) = 30.79%
BLUE value IS 209 (82.03% from 255) = 48.38%
R=20.83%
G=30.79%
B=48.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal901332090.570.3600.18218.3256.458.63
Hex5A85D13924012da383b
Octal13220532171440223327073
Binary1011010100001011101000111100110010001001011011010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A85D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,133,209); }

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

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

 a { background-color: rgb(90,133,209); }

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

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

 span { border-color: rgb(90,133,209); }

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