#855470

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

Shades of Cosmic #855470

Tints of Cosmic #855470

Color information

#855470 (or 0x855470) is unknown color: approx Cosmic. HEX triplet: 85, 54 and 70. RGB value is (133,84,112). Sum of RGB (Red+Green+Blue) = 133+84+112=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #855470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855470 is #7AAB8F. Grayscale: #656565. Windows color (decimal): -8039312 or 7361669. OLE color: 7361669.

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

Color convert

RGB13384112-
CMYK00.370.160.48
HSL325.71º22.58%42.55%-
HSV(B)325.71º36.84%52.16%-
XYZ15.7712.516.91-
YUV101.84133.73150.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=40.43%
G=25.53%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338411200.370.160.48325.7122.5842.55
Hex8554700251030146172b
Octal20512416004520605062753
Binary100001011010100111000001001011000011000010100011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855470; }

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

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

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

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

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

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

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

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