#5690BA

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

Shades of Danube #5690BA

Tints of Danube #5690BA

Color information

#5690BA (or 0x5690BA) is unknown color: approx Danube. HEX triplet: 56, 90 and BA. RGB value is (86,144,186). Sum of RGB (Red+Green+Blue) = 86+144+186=416 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.67% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #5690BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5690BA is #A96F45. Grayscale: #838383. Windows color (decimal): -11104070 or 12226646. OLE color: 12226646.

HSL color Cylindrical-coordinate representation of color #5690BA: hue angle of 205.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5690BA is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB86144186-
CMYK0.540.2300.27
HSL205.2º42.02%53.33%-
HSV(B)205.2º53.76%72.94%-
XYZ22.6725.4750.18-
YUV131.45158.7895.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.67%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 186 (73.05% from 255) = 44.71%
R=20.67%
G=34.62%
B=44.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861441860.540.2300.27205.242.0253.33
Hex5690BA361701Bcd2a35
Octal12622027266270333155265
Binary101011010010000101110101101101011101101111001101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5690BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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