#5A88DD

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

Shades of Cornflower Blue #5A88DD

Tints of Cornflower Blue #5A88DD

Color information

#5A88DD (or 0x5A88DD) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 88 and DD. RGB value is (90,136,221). Sum of RGB (Red+Green+Blue) = 90+136+221=447 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.13% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A88DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A88DD is #A57722. Grayscale: #838383. Windows color (decimal): -10843939 or 14518362. OLE color: 14518362.

HSL color Cylindrical-coordinate representation of color #5A88DD: hue angle of 218.93º 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 #5A88DD is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB90136221-
CMYK0.590.3800.13
HSL218.93º65.83%60.98%-
HSV(B)218.93º59.28%86.67%-
XYZ26.072571.86-
YUV131.94178.2698.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.13%
GREEN value IS 136 (53.52% from 255) = 30.43%
BLUE value IS 221 (86.72% from 255) = 49.44%
R=20.13%
G=30.43%
B=49.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal901362210.590.3800.13218.9365.8360.98
Hex5A88DD3B260Ddb423d
Octal132210335734601533310275
Binary1011010100010001101110111101110011001101110110111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A88DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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