#5A85CE

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

Shades of Havelock Blue #5A85CE

Tints of Havelock Blue #5A85CE

Color information

#5A85CE (or 0x5A85CE) is unknown color: approx Havelock Blue. HEX triplet: 5A, 85 and CE. RGB value is (90,133,206). Sum of RGB (Red+Green+Blue) = 90+133+206=429 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.98% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A85CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A85CE is #A57A31. Grayscale: #808080. Windows color (decimal): -10844722 or 13534554. OLE color: 13534554.

HSL color Cylindrical-coordinate representation of color #5A85CE: hue angle of 217.76º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A85CE is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB90133206-
CMYK0.560.3500.19
HSL217.76º54.21%58.04%-
HSV(B)217.76º56.31%80.78%-
XYZ23.7423.461.66-
YUV128.46171.75100.56-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.98%
GREEN value IS 133 (52.34% from 255) = 31.00%
BLUE value IS 206 (80.86% from 255) = 48.02%
R=20.98%
G=31.00%
B=48.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal901332060.560.3500.19217.7654.2158.04
Hex5A85CE3823013da363a
Octal13220531670430233326672
Binary1011010100001011100111011100010001101001111011010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A85CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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