Html Css Color HEX #85848A Topaz

📋 copy color: '#85848A'

red 133 ◦ green 132 ◦ blue 138

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

Shades of Topaz #85848A

Tints of Topaz #85848A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.75%

 BLUE value IS 138 (54.3% from 255) = 34.24%

R = 33%
G = 32.75%
B = 34.24%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#85848A (or 0x85848A) is known color: Topaz. HEX triplet: 85, 84 and 8A. RGB value is (133,132,138). Sum of RGB (Red+Green+Blue) = 133+132+138=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 138 - color contains mainly: blue. Hex color #85848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85848A is #7A7B75. Grayscale: #848484. Windows color (decimal): -8026998 or 9077893. OLE color: 9077893.

HSL color Cylindrical-coordinate representation of color #85848A: hue angle of 250º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #85848A is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 132 138 -
CMYK 0.04 0.04 0 0.46
HSL 250º 0.03% 0.53% -
HSV(B) 250º 0.04% 0.54% -
XYZ 22.51 23.32 27.36 -
YUV 132.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 133 132 138 0.04 0.04 0 0.46 250 0.03 0.53
Hex 85 84 8A 4 4 0 2E FA 2 35
Octal 205 204 212 4 4 0 56 372 2 65
Binary 10000101 10000100 10001010 100 100 0 101110 11111010 10 110101

Color Harmonies of #85848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85848A

Black with #85848A

Text Example


Text Example

White with #85848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85848A; }

 p { color: rgb(133,132,138); }

 H1.HeaderClassName
 {
   color: #85848A;
 }
 .AnyTagClassName
 {
   color: #85848A;
 }
</style>

background-color css

<style>
 a { background-color: #85848A; }

 a { background-color: rgb(133,132,138); }

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

border-color css

<style>
 span { border-color: #85848A; }

 span { border-color: rgb(133,132,138); }

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