#5793CA

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

Shades of Danube #5793CA

Tints of Danube #5793CA

Color information

#5793CA (or 0x5793CA) is unknown color: approx Danube. HEX triplet: 57, 93 and CA. RGB value is (87,147,202). Sum of RGB (Red+Green+Blue) = 87+147+202=436 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.95% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #5793CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5793CA is #A86C35. Grayscale: #878787. Windows color (decimal): -11037750 or 13275991. OLE color: 13275991.

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

Color convert

RGB87147202-
CMYK0.570.2700.21
HSL208.7º52.04%56.67%-
HSV(B)208.7º56.93%79.22%-
XYZ25.0227.1659.8-
YUV135.33165.6293.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.95%
GREEN value IS 147 (57.81% from 255) = 33.72%
BLUE value IS 202 (79.30% from 255) = 46.33%
R=19.95%
G=33.72%
B=46.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal871472020.570.2700.21208.752.0456.67
Hex5793CA391B015d13439
Octal12722331271330253216471
Binary101011110010011110010101110011101101010111010001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5793CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,147,202); }

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

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

 a { background-color: rgb(87,147,202); }

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

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

 span { border-color: rgb(87,147,202); }

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