#854560

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

Shades of Cosmic #854560

Tints of Cosmic #854560

Color information

#854560 (or 0x854560) is unknown color: approx Cosmic. HEX triplet: 85, 45 and 60. RGB value is (133,69,96). Sum of RGB (Red+Green+Blue) = 133+69+96=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #854560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854560 is #7ABA9F. Grayscale: #5B5B5B. Windows color (decimal): -8043168 or 6309253. OLE color: 6309253.

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

Color convert

RGB1336996-
CMYK00.480.280.48
HSL334.69º31.68%39.61%-
HSV(B)334.69º48.12%52.16%-
XYZ13.9110.0912.28-
YUV91.21130.7157.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.63%
GREEN value IS 69 (27.34% from 255) = 23.15%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=44.63%
G=23.15%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133699600.480.280.48334.6931.6839.61
Hex8545600301C3014f2028
Octal20510514006034605174050
Binary1000010110001011100000011000011100110000101001111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854560; }

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

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

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

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

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

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

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

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