#854470

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

Shades of Cosmic #854470

Tints of Cosmic #854470

Color information

#854470 (or 0x854470) is unknown color: approx Cosmic. HEX triplet: 85, 44 and 70. RGB value is (133,68,112). Sum of RGB (Red+Green+Blue) = 133+68+112=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #854470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854470 is #7ABB8F. Grayscale: #5C5C5C. Windows color (decimal): -8043408 or 7357573. OLE color: 7357573.

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

Color convert

RGB13368112-
CMYK00.490.160.48
HSL319.38º32.34%39.41%-
HSV(B)319.38º48.87%52.16%-
XYZ14.6610.2916.54-
YUV92.45139.03156.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 68 (26.95% from 255) = 21.73%
BLUE value IS 112 (44.14% from 255) = 35.78%
R=42.49%
G=21.73%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336811200.490.160.48319.3832.3439.41
Hex854470031103013f2027
Octal20510416006120604774047
Binary1000010110001001110000011000110000110000100111111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854470; }

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

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

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

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

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

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

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

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