#854566

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

Shades of Cosmic #854566

Tints of Cosmic #854566

Color information

#854566 (or 0x854566) is unknown color: approx Cosmic. HEX triplet: 85, 45 and 66. RGB value is (133,69,102). Sum of RGB (Red+Green+Blue) = 133+69+102=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #854566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854566 is #7ABA99. Grayscale: #5B5B5B. Windows color (decimal): -8043162 or 6702469. OLE color: 6702469.

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

Color convert

RGB13369102-
CMYK00.480.230.48
HSL329.06º31.68%39.61%-
HSV(B)329.06º48.12%52.16%-
XYZ14.210.213.79-
YUV91.9133.7157.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 69 (27.34% from 255) = 22.70%
BLUE value IS 102 (40.23% from 255) = 33.55%
R=43.75%
G=22.70%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336910200.480.230.48329.0631.6839.61
Hex85456603017301492028
Octal20510514606027605114050
Binary1000010110001011100110011000010111110000101001001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854566; }

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

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

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

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

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

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

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

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