#854561

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

Shades of Cosmic #854561

Tints of Cosmic #854561

Color information

#854561 (or 0x854561) is unknown color: approx Cosmic. HEX triplet: 85, 45 and 61. RGB value is (133,69,97). Sum of RGB (Red+Green+Blue) = 133+69+97=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #854561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854561 is #7ABA9E. Grayscale: #5B5B5B. Windows color (decimal): -8043167 or 6374789. OLE color: 6374789.

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

Color convert

RGB1336997-
CMYK00.480.270.48
HSL333.75º31.68%39.61%-
HSV(B)333.75º48.12%52.16%-
XYZ13.9610.1112.52-
YUV91.33131.2157.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 69 (27.34% from 255) = 23.08%
BLUE value IS 97 (38.28% from 255) = 32.44%
R=44.48%
G=23.08%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133699700.480.270.48333.7531.6839.61
Hex8545610301B3014e2028
Octal20510514106033605164050
Binary1000010110001011100001011000011011110000101001110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854561; }

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

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

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

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

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

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

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

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