#85426F

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

Shades of Cosmic #85426F

Tints of Cosmic #85426F

Color information

#85426F (or 0x85426F) is unknown color: approx Cosmic. HEX triplet: 85, 42 and 6F. RGB value is (133,66,111). Sum of RGB (Red+Green+Blue) = 133+66+111=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #85426F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85426F is #7ABD90. Grayscale: #5B5B5B. Windows color (decimal): -8043921 or 7291525. OLE color: 7291525.

HSL color Cylindrical-coordinate representation of color #85426F: hue angle of 319.7º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85426F is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13366111-
CMYK00.500.170.48
HSL319.7º33.67%39.02%-
HSV(B)319.7º50.38%52.16%-
XYZ14.4910.0316.21-
YUV91.16139.2157.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 66 (26.17% from 255) = 21.29%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=42.90%
G=21.29%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336611100.500.170.48319.733.6739.02
Hex85426F03211301402227
Octal20510215706221605004247
Binary1000010110000101101111011001010001110000101000000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85426F; }

 p { color: rgb(133,66,111); }

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

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

 a { background-color: rgb(133,66,111); }

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

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

 span { border-color: rgb(133,66,111); }

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