#5690CA

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

Shades of Danube #5690CA

Tints of Danube #5690CA

Color information

#5690CA (or 0x5690CA) is unknown color: approx Danube. HEX triplet: 56, 90 and CA. RGB value is (86,144,202). Sum of RGB (Red+Green+Blue) = 86+144+202=432 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.91% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #5690CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5690CA is #A96F35. Grayscale: #848484. Windows color (decimal): -11104054 or 13275222. OLE color: 13275222.

HSL color Cylindrical-coordinate representation of color #5690CA: hue angle of 210º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5690CA is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB86144202-
CMYK0.570.2900.21
HSL210º52.25%56.47%-
HSV(B)210º57.43%79.22%-
XYZ24.4726.1959.64-
YUV133.27166.7894.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.91%
GREEN value IS 144 (56.64% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=19.91%
G=33.33%
B=46.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal861442020.570.2900.2121052.2556.47
Hex5690CA391D015d23438
Octal12622031271350253226470
Binary101011010010000110010101110011110101010111010010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5690CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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