#853F5D

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

Shades of Cosmic #853F5D

Tints of Cosmic #853F5D

Color information

#853F5D (or 0x853F5D) is unknown color: approx Cosmic. HEX triplet: 85, 3F and 5D. RGB value is (133,63,93). Sum of RGB (Red+Green+Blue) = 133+63+93=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #853F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853F5D is #7AC0A2. Grayscale: #575757. Windows color (decimal): -8044707 or 6111109. OLE color: 6111109.

HSL color Cylindrical-coordinate representation of color #853F5D: hue angle of 334.29º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #853F5D is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1336393-
CMYK00.530.300.48
HSL334.29º35.71%38.43%-
HSV(B)334.29º52.63%52.16%-
XYZ13.439.3311.45-
YUV87.35131.19160.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.02%
GREEN value IS 63 (25% from 255) = 21.80%
BLUE value IS 93 (36.72% from 255) = 32.18%
R=46.02%
G=21.80%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133639300.530.300.48334.2935.7138.43
Hex853F5D0351E3014e2426
Octal2057713506536605164446
Binary100001011111111011101011010111110110000101001110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853F5D; }

 p { color: rgb(133,63,93); }

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

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

 a { background-color: rgb(133,63,93); }

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

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

 span { border-color: rgb(133,63,93); }

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