#735059

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

Shades of Cosmic #735059

Tints of Cosmic #735059

Color information

#735059 (or 0x735059) is unknown color: approx Cosmic. HEX triplet: 73, 50 and 59. RGB value is (115,80,89). Sum of RGB (Red+Green+Blue) = 115+80+89=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #735059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735059 is #8CAFA6. Grayscale: #5B5B5B. Windows color (decimal): -9220007 or 5853299. OLE color: 5853299.

HSL color Cylindrical-coordinate representation of color #735059: hue angle of 344.57º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735059 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB1158089-
CMYK00.300.230.55
HSL344.57º17.95%38.24%-
HSV(B)344.57º30.43%45.1%-
XYZ11.7410.110.78-
YUV91.49126.6144.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.49%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 89 (35.16% from 255) = 31.34%
R=40.49%
G=28.17%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115808900.300.230.55344.5717.9538.24
Hex73505901E17371591226
Octal16312013103627675312246
Binary1110011101000010110010111101011111011110101100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735059; }

 p { color: rgb(115,80,89); }

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

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

 a { background-color: rgb(115,80,89); }

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

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

 span { border-color: rgb(115,80,89); }

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