Html Css Color HEX #85838D Topaz

📋 copy color: '#85838D'

red 133 ◦ green 131 ◦ blue 141

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

Shades of Topaz #85838D

Tints of Topaz #85838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.35%

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

R = 32.84%
G = 32.35%
B = 34.81%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85838D (or 0x85838D) is known color: Topaz. HEX triplet: 85, 83 and 8D. RGB value is (133,131,141). Sum of RGB (Red+Green+Blue) = 133+131+141=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 141 - color contains mainly: blue. Hex color #85838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85838D is #7A7C72. Grayscale: #848484. Windows color (decimal): -8027251 or 9274245. OLE color: 9274245.

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

Color convert

RGB 133 131 141 -
CMYK 0.06 0.07 0 0.45
HSL 252º 0.04% 0.53% -
HSV(B) 252º 0.07% 0.55% -
XYZ 22.6 23.14 28.48 -
YUV 132.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 133 131 141 0.06 0.07 0 0.45 252 0.04 0.53
Hex 85 83 8D 6 7 0 2D FC 4 35
Octal 205 203 215 6 7 0 55 374 4 65
Binary 10000101 10000011 10001101 110 111 0 101101 11111100 100 110101

Color Harmonies of #85838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85838D

Black with #85838D

Text Example


Text Example

White with #85838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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