#5688DD

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

Shades of Cornflower Blue #5688DD

Tints of Cornflower Blue #5688DD

Color information

#5688DD (or 0x5688DD) is unknown color: approx Cornflower Blue. HEX triplet: 56, 88 and DD. RGB value is (86,136,221). Sum of RGB (Red+Green+Blue) = 86+136+221=443 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.41% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #5688DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5688DD is #A97722. Grayscale: #828282. Windows color (decimal): -11106083 or 14518358. OLE color: 14518358.

HSL color Cylindrical-coordinate representation of color #5688DD: hue angle of 217.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5688DD is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB86136221-
CMYK0.610.3800.13
HSL217.78º66.5%60.2%-
HSV(B)217.78º61.09%86.67%-
XYZ25.6924.8171.84-
YUV130.74178.9496.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.41%
GREEN value IS 136 (53.52% from 255) = 30.70%
BLUE value IS 221 (86.72% from 255) = 49.89%
R=19.41%
G=30.70%
B=49.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal861362210.610.3800.13217.7866.560.2
Hex5688DD3D260Dda433c
Octal126210335754601533210374
Binary1010110100010001101110111110110011001101110110101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5688DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5688DD; }

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

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

<style>
 a { background-color: #5688DD; }

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

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

<style>
 span { border-color: #5688DD; }

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

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