#835570

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

Shades of Cosmic #835570

Tints of Cosmic #835570

Color information

#835570 (or 0x835570) is unknown color: approx Cosmic. HEX triplet: 83, 55 and 70. RGB value is (131,85,112). Sum of RGB (Red+Green+Blue) = 131+85+112=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 131 - color contains mainly: red. Hex color #835570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835570 is #7CAA8F. Grayscale: #656565. Windows color (decimal): -8170128 or 7361923. OLE color: 7361923.

HSL color Cylindrical-coordinate representation of color #835570: hue angle of 324.78º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #835570 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB13185112-
CMYK00.350.150.49
HSL324.78º21.3%42.35%-
HSV(B)324.78º35.11%51.37%-
XYZ15.5312.4916.92-
YUV101.83133.74148.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.94%
GREEN value IS 85 (33.59% from 255) = 25.91%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=39.94%
G=25.91%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318511200.350.150.49324.7821.342.35
Hex835570023F31145152a
Octal20312516004317615052552
Binary10000011101010111100000100011111111000110100010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835570; }

 p { color: rgb(131,85,112); }

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

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

 a { background-color: rgb(131,85,112); }

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

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

 span { border-color: rgb(131,85,112); }

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