Html Css Color HEX #85828D Topaz

📋 copy color: '#85828D'

red 133 ◦ green 130 ◦ blue 141

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

Shades of Topaz #85828D

Tints of Topaz #85828D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.18%

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 32.92%
G = 32.18%
B = 34.9%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85828D (or 0x85828D) is known color: Topaz. HEX triplet: 85, 82 and 8D. RGB value is (133,130,141). Sum of RGB (Red+Green+Blue) = 133+130+141=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 141 - color contains mainly: blue. Hex color #85828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85828D is #7A7D72. Grayscale: #848484. Windows color (decimal): -8027507 or 9273989. OLE color: 9273989.

HSL color Cylindrical-coordinate representation of color #85828D: hue angle of 256.36º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #85828D is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 130 141 -
CMYK 0.06 0.08 0 0.45
HSL 256.36º 0.05% 0.53% -
HSV(B) 256.36º 0.08% 0.55% -
XYZ 22.46 22.87 28.43 -
YUV 132.15 132.99 128.61 -
System Red Green Blue C M Y K H S L
Decimal 133 130 141 0.06 0.08 0 0.45 256.36 0.05 0.53
Hex 85 82 8D 6 8 0 2D 100 5 35
Octal 205 202 215 6 10 0 55 400 5 65
Binary 10000101 10000010 10001101 110 1000 0 101101 100000000 101 110101

Color Harmonies of #85828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85828D

Black with #85828D

Text Example


Text Example

White with #85828D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,130,141); }

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

background-color css

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

 a { background-color: rgb(133,130,141); }

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

border-color css

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

 span { border-color: rgb(133,130,141); }

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