#5D90BA

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

Shades of Danube #5D90BA

Tints of Danube #5D90BA

Color information

#5D90BA (or 0x5D90BA) is unknown color: approx Danube. HEX triplet: 5D, 90 and BA. RGB value is (93,144,186). Sum of RGB (Red+Green+Blue) = 93+144+186=423 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.99% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D90BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D90BA is #A26F45. Grayscale: #858585. Windows color (decimal): -10645318 or 12226653. OLE color: 12226653.

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

Color convert

RGB93144186-
CMYK0.50.2300.27
HSL207.1º40.26%54.71%-
HSV(B)207.1º50%72.94%-
XYZ23.3525.8250.21-
YUV133.54157.699.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.99%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=21.99%
G=34.04%
B=43.97%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal931441860.50.2300.27207.140.2654.71
Hex5D90BA321701Bcf2837
Octal13522027262270333175067
Binary101110110010000101110101100101011101101111001111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D90BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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