#5A87DB

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

Shades of Cornflower Blue #5A87DB

Tints of Cornflower Blue #5A87DB

Color information

#5A87DB (or 0x5A87DB) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 87 and DB. RGB value is (90,135,219). Sum of RGB (Red+Green+Blue) = 90+135+219=444 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.27% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A87DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A87DB is #A57824. Grayscale: #828282. Windows color (decimal): -10844197 or 14387034. OLE color: 14387034.

HSL color Cylindrical-coordinate representation of color #5A87DB: hue angle of 219.07º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A87DB is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB90135219-
CMYK0.590.3800.14
HSL219.07º64.18%60.59%-
HSV(B)219.07º58.9%85.88%-
XYZ25.6724.6270.42-
YUV131.12177.5998.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.27%
GREEN value IS 135 (53.12% from 255) = 30.41%
BLUE value IS 219 (85.94% from 255) = 49.32%
R=20.27%
G=30.41%
B=49.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal901352190.590.3800.14219.0764.1860.59
Hex5A87DB3B260Edb403d
Octal132207333734601633310075
Binary1011010100001111101101111101110011001110110110111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A87DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,135,219); }

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

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

 a { background-color: rgb(90,135,219); }

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

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

 span { border-color: rgb(90,135,219); }

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