#855872

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

Shades of Cosmic #855872

Tints of Cosmic #855872

Color information

#855872 (or 0x855872) is unknown color: approx Cosmic. HEX triplet: 85, 58 and 72. RGB value is (133,88,114). Sum of RGB (Red+Green+Blue) = 133+88+114=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #855872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855872 is #7AA78D. Grayscale: #686868. Windows color (decimal): -8038286 or 7493765. OLE color: 7493765.

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

Color convert

RGB13388114-
CMYK00.340.140.48
HSL325.33º20.36%43.33%-
HSV(B)325.33º33.83%52.16%-
XYZ16.213.1817.61-
YUV104.42133.41148.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 88 (34.77% from 255) = 26.27%
BLUE value IS 114 (44.92% from 255) = 34.03%
R=39.70%
G=26.27%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338811400.340.140.48325.3320.3643.33
Hex855872022E30145142b
Octal20513016204216605052453
Binary10000101101100011100100100010111011000010100010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855872; }

 p { color: rgb(133,88,114); }

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

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

 a { background-color: rgb(133,88,114); }

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

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

 span { border-color: rgb(133,88,114); }

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