Html Css Color HEX #85526C Cosmic

📋 copy color: '#85526C'

red 133 ◦ green 82 ◦ blue 108

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

Shades of Cosmic #85526C

Tints of Cosmic #85526C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.39%

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

R = 41.18%
G = 25.39%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85526C (or 0x85526C) is known color: Cosmic. HEX triplet: 85, 52 and 6C. RGB value is (133,82,108). Sum of RGB (Red+Green+Blue) = 133+82+108=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #85526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85526C is #7AAD93. Grayscale: #646464. Windows color (decimal): -8039828 or 7099013. OLE color: 7099013.

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

Color convert

RGB 133 82 108 -
CMYK 0 0.38 0.19 0.48
HSL 329.41º 0.24% 0.42% -
HSV(B) 329.41º 0.38% 0.52% -
XYZ 15.4 12.1 15.71 -
YUV 100.21 132.4 151.39 -
System Red Green Blue C M Y K H S L
Decimal 133 82 108 0 0.38 0.19 0.48 329.41 0.24 0.42
Hex 85 52 6C 0 26 13 30 149 18 2A
Octal 205 122 154 0 46 23 60 511 30 52
Binary 10000101 1010010 1101100 0 100110 10011 110000 101001001 11000 101010

Color Harmonies of #85526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85526C

Black with #85526C

Text Example


Text Example

White with #85526C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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