Html Css Color HEX #85526E Cosmic

📋 copy color: '#85526E'

red 133 ◦ green 82 ◦ blue 110

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

Shades of Cosmic #85526E

Tints of Cosmic #85526E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.85%

R = 40.92%
G = 25.23%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85526E (or 0x85526E) is known color: Cosmic. HEX triplet: 85, 52 and 6E. RGB value is (133,82,110). Sum of RGB (Red+Green+Blue) = 133+82+110=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #85526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85526E is #7AAD91. Grayscale: #646464. Windows color (decimal): -8039826 or 7230085. OLE color: 7230085.

HSL color Cylindrical-coordinate representation of color #85526E: hue angle of 327.06º 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 #85526E is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 82 110 -
CMYK 0 0.38 0.17 0.48
HSL 327.06º 0.24% 0.42% -
HSV(B) 327.06º 0.38% 0.52% -
XYZ 15.5 12.15 16.28 -
YUV 100.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 133 82 110 0 0.38 0.17 0.48 327.06 0.24 0.42
Hex 85 52 6E 0 26 11 30 147 18 2A
Octal 205 122 156 0 46 21 60 507 30 52
Binary 10000101 1010010 1101110 0 100110 10001 110000 101000111 11000 101010

Color Harmonies of #85526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85526E

Black with #85526E

Text Example


Text Example

White with #85526E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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