#854571

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

Shades of Cosmic #854571

Tints of Cosmic #854571

Color information

#854571 (or 0x854571) is unknown color: approx Cosmic. HEX triplet: 85, 45 and 71. RGB value is (133,69,113). Sum of RGB (Red+Green+Blue) = 133+69+113=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #854571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854571 is #7ABA8E. Grayscale: #5D5D5D. Windows color (decimal): -8043151 or 7423365. OLE color: 7423365.

HSL color Cylindrical-coordinate representation of color #854571: hue angle of 318.75º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #854571 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB13369113-
CMYK00.480.150.48
HSL318.75º31.68%39.61%-
HSV(B)318.75º48.12%52.16%-
XYZ14.7810.4416.86-
YUV93.15139.2156.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 69 (27.34% from 255) = 21.90%
BLUE value IS 113 (44.53% from 255) = 35.87%
R=42.22%
G=21.90%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336911300.480.150.48318.7531.6839.61
Hex854571030F3013f2028
Octal20510516106017604774050
Binary100001011000101111000101100001111110000100111111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854571; }

 p { color: rgb(133,69,113); }

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

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

 a { background-color: rgb(133,69,113); }

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

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

 span { border-color: rgb(133,69,113); }

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