#5A87DD

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

Shades of Cornflower Blue #5A87DD

Tints of Cornflower Blue #5A87DD

Color information

#5A87DD (or 0x5A87DD) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 87 and DD. RGB value is (90,135,221). Sum of RGB (Red+Green+Blue) = 90+135+221=446 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.18% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A87DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A87DD is #A57822. Grayscale: #828282. Windows color (decimal): -10844195 or 14518106. OLE color: 14518106.

HSL color Cylindrical-coordinate representation of color #5A87DD: hue angle of 219.39º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A87DD is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB90135221-
CMYK0.590.3900.13
HSL219.39º65.83%60.98%-
HSV(B)219.39º59.28%86.67%-
XYZ25.9324.7271.81-
YUV131.35178.5998.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.18%
GREEN value IS 135 (53.12% from 255) = 30.27%
BLUE value IS 221 (86.72% from 255) = 49.55%
R=20.18%
G=30.27%
B=49.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal901352210.590.3900.13219.3965.8360.98
Hex5A87DD3B270Ddb423d
Octal132207335734701533310275
Binary1011010100001111101110111101110011101101110110111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A87DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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