#855173

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

Shades of Cosmic #855173

Tints of Cosmic #855173

Color information

#855173 (or 0x855173) is unknown color: approx Cosmic. HEX triplet: 85, 51 and 73. RGB value is (133,81,115). Sum of RGB (Red+Green+Blue) = 133+81+115=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #855173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855173 is #7AAE8C. Grayscale: #646464. Windows color (decimal): -8040077 or 7557509. OLE color: 7557509.

HSL color Cylindrical-coordinate representation of color #855173: hue angle of 320.77º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #855173 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB13381115-
CMYK00.390.140.48
HSL320.77º24.3%41.96%-
HSV(B)320.77º39.1%52.16%-
XYZ15.7112.1117.73-
YUV100.42136.23151.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 81 (32.03% from 255) = 24.62%
BLUE value IS 115 (45.31% from 255) = 34.95%
R=40.43%
G=24.62%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338111500.390.140.48320.7724.341.96
Hex855173027E30141182a
Octal20512116304716605013052
Binary10000101101000111100110100111111011000010100000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855173; }

 p { color: rgb(133,81,115); }

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

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

 a { background-color: rgb(133,81,115); }

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

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

 span { border-color: rgb(133,81,115); }

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