#5685DD

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

Shades of Cornflower Blue #5685DD

Tints of Cornflower Blue #5685DD

Color information

#5685DD (or 0x5685DD) is unknown color: approx Cornflower Blue. HEX triplet: 56, 85 and DD. RGB value is (86,133,221). Sum of RGB (Red+Green+Blue) = 86+133+221=440 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.55% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #5685DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5685DD is #A97A22. Grayscale: #808080. Windows color (decimal): -11106851 or 14517590. OLE color: 14517590.

HSL color Cylindrical-coordinate representation of color #5685DD: hue angle of 219.11º 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 #5685DD is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB86133221-
CMYK0.610.4000.13
HSL219.11º66.5%60.2%-
HSV(B)219.11º61.09%86.67%-
XYZ25.2823.9771.7-
YUV128.98179.9397.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.55%
GREEN value IS 133 (52.34% from 255) = 30.23%
BLUE value IS 221 (86.72% from 255) = 50.23%
R=19.55%
G=30.23%
B=50.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal861332210.610.4000.13219.1166.560.2
Hex5685DD3D280Ddb433c
Octal126205335755001533310374
Binary1010110100001011101110111110110100001101110110111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5685DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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