#735563

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

Shades of Cosmic #735563

Tints of Cosmic #735563

Color information

#735563 (or 0x735563) is unknown color: approx Cosmic. HEX triplet: 73, 55 and 63. RGB value is (115,85,99). Sum of RGB (Red+Green+Blue) = 115+85+99=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #735563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735563 is #8CAA9C. Grayscale: #5F5F5F. Windows color (decimal): -9218717 or 6509939. OLE color: 6509939.

HSL color Cylindrical-coordinate representation of color #735563: hue angle of 332º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #735563 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB1158599-
CMYK00.260.140.55
HSL332º15%39.22%-
HSV(B)332º26.09%45.1%-
XYZ12.5711.0413.27-
YUV95.57129.94141.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.46%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 99 (39.06% from 255) = 33.11%
R=38.46%
G=28.43%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115859900.260.140.553321539.22
Hex73556301AE3714cf27
Octal16312514303216675141747
Binary11100111010101110001101101011101101111010011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735563; }

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

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

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

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

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

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

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

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