#854570

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

Shades of Cosmic #854570

Tints of Cosmic #854570

Color information

#854570 (or 0x854570) is unknown color: approx Cosmic. HEX triplet: 85, 45 and 70. RGB value is (133,69,112). Sum of RGB (Red+Green+Blue) = 133+69+112=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #854570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854570 is #7ABA8F. Grayscale: #5C5C5C. Windows color (decimal): -8043152 or 7357829. OLE color: 7357829.

HSL color Cylindrical-coordinate representation of color #854570: hue angle of 319.69º 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 #854570 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB13369112-
CMYK00.480.160.48
HSL319.69º31.68%39.61%-
HSV(B)319.69º48.12%52.16%-
XYZ14.7310.4116.56-
YUV93.04138.7156.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 69 (27.34% from 255) = 21.97%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=42.36%
G=21.97%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336911200.480.160.48319.6931.6839.61
Hex85457003010301402028
Octal20510516006020605004050
Binary1000010110001011110000011000010000110000101000000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854570; }

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

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

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

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

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

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

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

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