#5590C4

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

Shades of Danube #5590C4

Tints of Danube #5590C4

Color information

#5590C4 (or 0x5590C4) is unknown color: approx Danube. HEX triplet: 55, 90 and C4. RGB value is (85,144,196). Sum of RGB (Red+Green+Blue) = 85+144+196=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 196 (76.95% from 255 or 46.12% from 425); Max value from RGB is 196 - color contains mainly: blue. Hex color #5590C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5590C4 is #AA6F3B. Grayscale: #848484. Windows color (decimal): -11169596 or 12882005. OLE color: 12882005.

HSL color Cylindrical-coordinate representation of color #5590C4: hue angle of 208.11º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5590C4 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB85144196-
CMYK0.570.2700.23
HSL208.11º48.47%55.1%-
HSV(B)208.11º56.63%76.86%-
XYZ23.6825.8655.97-
YUV132.29163.9594.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20%
GREEN value IS 144 (56.64% from 255) = 33.88%
BLUE value IS 196 (76.95% from 255) = 46.12%
R=20%
G=33.88%
B=46.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal851441960.570.2700.23208.1148.4755.1
Hex5590C4391B017d03037
Octal12522030471330273206067
Binary101010110010000110001001110011101101011111010000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5590C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5590C4; }

 p { color: rgb(85,144,196); }

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

<style>
 a { background-color: #5590C4; }

 a { background-color: rgb(85,144,196); }

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

<style>
 span { border-color: #5590C4; }

 span { border-color: rgb(85,144,196); }

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