#854569

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

Shades of Cosmic #854569

Tints of Cosmic #854569

Color information

#854569 (or 0x854569) is unknown color: approx Cosmic. HEX triplet: 85, 45 and 69. RGB value is (133,69,105). Sum of RGB (Red+Green+Blue) = 133+69+105=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #854569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854569 is #7ABA96. Grayscale: #5C5C5C. Windows color (decimal): -8043159 or 6899077. OLE color: 6899077.

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

Color convert

RGB13369105-
CMYK00.480.210.48
HSL326.25º31.68%39.61%-
HSV(B)326.25º48.12%52.16%-
XYZ14.3510.2614.59-
YUV92.24135.2157.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.32%
GREEN value IS 69 (27.34% from 255) = 22.48%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=43.32%
G=22.48%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336910500.480.210.48326.2531.6839.61
Hex85456903015301462028
Octal20510515106025605064050
Binary1000010110001011101001011000010101110000101000110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854569; }

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

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

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

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

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

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

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

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