#715563

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

Shades of Cosmic #715563

Tints of Cosmic #715563

Color information

#715563 (or 0x715563) is unknown color: approx Cosmic. HEX triplet: 71, 55 and 63. RGB value is (113,85,99). Sum of RGB (Red+Green+Blue) = 113+85+99=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #715563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715563 is #8EAA9C. Grayscale: #5E5E5E. Windows color (decimal): -9349789 or 6509937. OLE color: 6509937.

HSL color Cylindrical-coordinate representation of color #715563: hue angle of 330º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #715563 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB1138599-
CMYK00.250.120.56
HSL330º14.14%38.82%-
HSV(B)330º24.78%44.31%-
XYZ12.3110.9113.26-
YUV94.97130.28140.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.05%
GREEN value IS 85 (33.59% from 255) = 28.62%
BLUE value IS 99 (39.06% from 255) = 33.33%
R=38.05%
G=28.62%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113859900.250.120.5633014.1438.82
Hex715563019C3814ae27
Octal16112514303114705121647
Binary11100011010101110001101100111001110001010010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715563; }

 p { color: rgb(113,85,99); }

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

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

 a { background-color: rgb(113,85,99); }

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

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

 span { border-color: rgb(113,85,99); }

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