Html Css Color HEX #85546D Cosmic

📋 copy color: '#85546D'

red 133 ◦ green 84 ◦ blue 109

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

Shades of Cosmic #85546D

Tints of Cosmic #85546D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.77%

 BLUE value IS 109 (42.97% from 255) = 33.44%

R = 40.8%
G = 25.77%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85546D (or 0x85546D) is known color: Cosmic. HEX triplet: 85, 54 and 6D. RGB value is (133,84,109). Sum of RGB (Red+Green+Blue) = 133+84+109=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #85546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85546D is #7AAB92. Grayscale: #656565. Windows color (decimal): -8039315 or 7165061. OLE color: 7165061.

HSL color Cylindrical-coordinate representation of color #85546D: hue angle of 329.39º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85546D is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 84 109 -
CMYK 0 0.37 0.18 0.48
HSL 329.39º 0.23% 0.43% -
HSV(B) 329.39º 0.37% 0.52% -
XYZ 15.6 12.43 16.05 -
YUV 101.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 133 84 109 0 0.37 0.18 0.48 329.39 0.23 0.43
Hex 85 54 6D 0 25 12 30 149 17 2B
Octal 205 124 155 0 45 22 60 511 27 53
Binary 10000101 1010100 1101101 0 100101 10010 110000 101001001 10111 101011

Color Harmonies of #85546D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85546D

Black with #85546D

Text Example


Text Example

White with #85546D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85546D; }

 p { color: rgb(133,84,109); }

 H1.HeaderClassName
 {
   color: #85546D;
 }
 .AnyTagClassName
 {
   color: #85546D;
 }
</style>

background-color css

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

 a { background-color: rgb(133,84,109); }

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

border-color css

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

 span { border-color: rgb(133,84,109); }

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