Html Css Color HEX #85838C Topaz

📋 copy color: '#85838C'

red 133 ◦ green 131 ◦ blue 140

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

Shades of Topaz #85838C

Tints of Topaz #85838C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.65%

R = 32.92%
G = 32.43%
B = 34.65%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85838C (or 0x85838C) is known color: Topaz. HEX triplet: 85, 83 and 8C. RGB value is (133,131,140). Sum of RGB (Red+Green+Blue) = 133+131+140=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 140 - color contains mainly: blue. Hex color #85838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85838C is #7A7C73. Grayscale: #848484. Windows color (decimal): -8027252 or 9208709. OLE color: 9208709.

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

Color convert

RGB 133 131 140 -
CMYK 0.05 0.06 0 0.45
HSL 253.33º 0.04% 0.53% -
HSV(B) 253.33º 0.06% 0.55% -
XYZ 22.52 23.11 28.09 -
YUV 132.62 132.16 128.27 -
System Red Green Blue C M Y K H S L
Decimal 133 131 140 0.05 0.06 0 0.45 253.33 0.04 0.53
Hex 85 83 8C 5 6 0 2D FD 4 35
Octal 205 203 214 5 6 0 55 375 4 65
Binary 10000101 10000011 10001100 101 110 0 101101 11111101 100 110101

Color Harmonies of #85838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85838C

Black with #85838C

Text Example


Text Example

White with #85838C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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