#85466c

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

Shades of Cosmic #85466C

Tints of Cosmic #85466C

Color information

#85466C (or 0x85466C) is unknown color: approx Cosmic. HEX triplet: 85, 46 and 6C. RGB value is (133,70,108). Sum of RGB (Red+Green+Blue) = 133+70+108=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85466C is #7AB993. Grayscale: #5D5D5D. Windows color (decimal): -8042900 or 7095941. OLE color: 7095941.

HSL color Cylindrical-coordinate representation of color #85466C: hue angle of 323.81º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85466C is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB13370108-
CMYK00.470.190.48
HSL323.81º31.03%39.8%-
HSV(B)323.81º47.37%52.16%-
XYZ14.5710.4515.44-
YUV93.17136.37156.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 70 (27.73% from 255) = 22.51%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=42.77%
G=22.51%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337010800.470.190.48323.8131.0339.8
Hex85466C02F13301441f28
Octal20510615405723605043750
Binary100001011000110110110001011111001111000010100010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85466c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85466c; }

 p { color: rgb(133,70,108); }

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

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

 a { background-color: rgb(133,70,108); }

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

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

 span { border-color: rgb(133,70,108); }

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