#835469

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

Shades of Cosmic #835469

Tints of Cosmic #835469

Color information

#835469 (or 0x835469) is unknown color: approx Cosmic. HEX triplet: 83, 54 and 69. RGB value is (131,84,105). Sum of RGB (Red+Green+Blue) = 131+84+105=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 131 - color contains mainly: red. Hex color #835469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835469 is #7CAB96. Grayscale: #646464. Windows color (decimal): -8170391 or 6902915. OLE color: 6902915.

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

Color convert

RGB13184105-
CMYK00.360.200.49
HSL333.19º21.86%42.16%-
HSV(B)333.19º35.88%51.37%-
XYZ15.0812.1914.92-
YUV100.45130.57149.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.94%
GREEN value IS 84 (33.20% from 255) = 26.25%
BLUE value IS 105 (41.41% from 255) = 32.81%
R=40.94%
G=26.25%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318410500.360.200.49333.1921.8642.16
Hex835469024143114d162a
Octal20312415104424615152652
Binary100000111010100110100101001001010011000110100110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835469; }

 p { color: rgb(131,84,105); }

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

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

 a { background-color: rgb(131,84,105); }

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

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

 span { border-color: rgb(131,84,105); }

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