#855472

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

Shades of Cosmic #855472

Tints of Cosmic #855472

Color information

#855472 (or 0x855472) is unknown color: approx Cosmic. HEX triplet: 85, 54 and 72. RGB value is (133,84,114). Sum of RGB (Red+Green+Blue) = 133+84+114=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #855472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855472 is #7AAB8D. Grayscale: #666666. Windows color (decimal): -8039310 or 7492741. OLE color: 7492741.

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

Color convert

RGB13384114-
CMYK00.370.140.48
HSL323.27º22.58%42.55%-
HSV(B)323.27º36.84%52.16%-
XYZ15.8812.5417.5-
YUV102.07134.73150.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 84 (33.20% from 255) = 25.38%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=40.18%
G=25.38%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338411400.370.140.48323.2722.5842.55
Hex855472025E30143172b
Octal20512416204516605032753
Binary10000101101010011100100100101111011000010100001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855472; }

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

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

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

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

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

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

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

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