#5690D1

Color #5690D1 Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #5690D1

Tints of Danube #5690D1

Color information

#5690D1 (or 0x5690D1) is unknown color: approx Danube. HEX triplet: 56, 90 and D1. RGB value is (86,144,209). Sum of RGB (Red+Green+Blue) = 86+144+209=439 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.59% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 209 (82.03% from 255 or 47.61% from 439); Max value from RGB is 209 - color contains mainly: blue. Hex color #5690D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5690D1 is #A96F2E. Grayscale: #858585. Windows color (decimal): -11104047 or 13733974. OLE color: 13733974.

HSL color Cylindrical-coordinate representation of color #5690D1: hue angle of 211.71º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5690D1 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB86144209-
CMYK0.590.3100.18
HSL211.71º57.21%57.84%-
HSV(B)211.71º58.85%81.96%-
XYZ25.3226.5364.11-
YUV134.07170.2893.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.59%
GREEN value IS 144 (56.64% from 255) = 32.80%
BLUE value IS 209 (82.03% from 255) = 47.61%
R=19.59%
G=32.80%
B=47.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal861442090.590.3100.18211.7157.2157.84
Hex5690D13B1F012d4393a
Octal12622032173370223247172
Binary101011010010000110100011110111111101001011010100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5690D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5690D1; }

 p { color: rgb(86,144,209); }

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

<style>
 a { background-color: #5690D1; }

 a { background-color: rgb(86,144,209); }

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

<style>
 span { border-color: #5690D1; }

 span { border-color: rgb(86,144,209); }

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