Html Css Color HEX #85516C Cosmic

📋 copy color: '#85516C'

red 133 ◦ green 81 ◦ blue 108

#85516C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #85516C

Tints of Cosmic #85516C

RGB

 RED value IS 133 (52.34% from 255) = 41.3%

 GREEN value IS 81 (32.03% from 255) = 25.16%

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 41.3%
G = 25.16%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85516C (or 0x85516C) is known color: Cosmic. HEX triplet: 85, 51 and 6C. RGB value is (133,81,108). Sum of RGB (Red+Green+Blue) = 133+81+108=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #85516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85516C is #7AAE93. Grayscale: #636363. Windows color (decimal): -8040084 or 7098757. OLE color: 7098757.

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

Color convert

RGB 133 81 108 -
CMYK 0 0.39 0.19 0.48
HSL 328.85º 0.24% 0.42% -
HSV(B) 328.85º 0.39% 0.52% -
XYZ 15.32 11.95 15.69 -
YUV 99.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 133 81 108 0 0.39 0.19 0.48 328.85 0.24 0.42
Hex 85 51 6C 0 27 13 30 149 18 2A
Octal 205 121 154 0 47 23 60 511 30 52
Binary 10000101 1010001 1101100 0 100111 10011 110000 101001001 11000 101010

Color Harmonies of #85516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85516C

Black with #85516C

Text Example


Text Example

White with #85516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85516C; }

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

 H1.HeaderClassName
 {
   color: #85516C;
 }
 .AnyTagClassName
 {
   color: #85516C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #85516C;
 }
 .BgClassName
 {
   background-color: #85516C;
 }
</style>

border-color css

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

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

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