#854A70

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

Shades of Cosmic #854A70

Tints of Cosmic #854A70

Color information

#854A70 (or 0x854A70) is unknown color: approx Cosmic. HEX triplet: 85, 4A and 70. RGB value is (133,74,112). Sum of RGB (Red+Green+Blue) = 133+74+112=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #854A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854A70 is #7AB58F. Grayscale: #5F5F5F. Windows color (decimal): -8041872 or 7359109. OLE color: 7359109.

HSL color Cylindrical-coordinate representation of color #854A70: hue angle of 321.36º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #854A70 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB13374112-
CMYK00.440.160.48
HSL321.36º28.5%40.59%-
HSV(B)321.36º44.36%52.16%-
XYZ15.0511.0516.67-
YUV95.97137.05154.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 74 (29.30% from 255) = 23.20%
BLUE value IS 112 (44.14% from 255) = 35.11%
R=41.69%
G=23.20%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337411200.440.160.48321.3628.540.59
Hex854A7002C10301411d29
Octal20511216005420605013551
Binary100001011001010111000001011001000011000010100000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854A70; }

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

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

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

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

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

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

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

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