#854460

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

Shades of Cosmic #854460

Tints of Cosmic #854460

Color information

#854460 (or 0x854460) is unknown color: approx Cosmic. HEX triplet: 85, 44 and 60. RGB value is (133,68,96). Sum of RGB (Red+Green+Blue) = 133+68+96=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #854460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854460 is #7ABB9F. Grayscale: #5A5A5A. Windows color (decimal): -8043424 or 6308997. OLE color: 6308997.

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

Color convert

RGB1336896-
CMYK00.490.280.48
HSL334.15º32.34%39.41%-
HSV(B)334.15º48.87%52.16%-
XYZ13.859.9712.26-
YUV90.63131.03158.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 68 (26.95% from 255) = 22.90%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=44.78%
G=22.90%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133689600.490.280.48334.1532.3439.41
Hex8544600311C3014e2027
Octal20510414006134605164047
Binary1000010110001001100000011000111100110000101001110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854460; }

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

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

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

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

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

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

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

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