#5A90BA

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

Shades of Danube #5A90BA

Tints of Danube #5A90BA

Color information

#5A90BA (or 0x5A90BA) is unknown color: approx Danube. HEX triplet: 5A, 90 and BA. RGB value is (90,144,186). Sum of RGB (Red+Green+Blue) = 90+144+186=420 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.43% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A90BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A90BA is #A56F45. Grayscale: #848484. Windows color (decimal): -10841926 or 12226650. OLE color: 12226650.

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

Color convert

RGB90144186-
CMYK0.520.2300.27
HSL206.25º41.03%54.12%-
HSV(B)206.25º51.61%72.94%-
XYZ23.0525.6750.19-
YUV132.64158.1197.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.43%
GREEN value IS 144 (56.64% from 255) = 34.29%
BLUE value IS 186 (73.05% from 255) = 44.29%
R=21.43%
G=34.29%
B=44.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901441860.520.2300.27206.2541.0354.12
Hex5A90BA341701Bce2936
Octal13222027264270333165166
Binary101101010010000101110101101001011101101111001110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A90BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A90BA; }

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

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

<style>
 a { background-color: #5A90BA; }

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

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

<style>
 span { border-color: #5A90BA; }

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

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