Html Css Color HEX #85828F Topaz

📋 copy color: '#85828F'

red 133 ◦ green 130 ◦ blue 143

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

Shades of Topaz #85828F

Tints of Topaz #85828F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.22%

R = 32.76%
G = 32.02%
B = 35.22%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#85828F (or 0x85828F) is known color: Topaz. HEX triplet: 85, 82 and 8F. RGB value is (133,130,143). Sum of RGB (Red+Green+Blue) = 133+130+143=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 143 - color contains mainly: blue. Hex color #85828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85828F is #7A7D70. Grayscale: #848484. Windows color (decimal): -8027505 or 9405061. OLE color: 9405061.

HSL color Cylindrical-coordinate representation of color #85828F: hue angle of 253.85º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #85828F is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 130 143 -
CMYK 0.07 0.09 0 0.44
HSL 253.85º 0.05% 0.54% -
HSV(B) 253.85º 0.09% 0.56% -
XYZ 22.61 22.93 29.22 -
YUV 132.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 133 130 143 0.07 0.09 0 0.44 253.85 0.05 0.54
Hex 85 82 8F 7 9 0 2C FE 5 36
Octal 205 202 217 7 11 0 54 376 5 66
Binary 10000101 10000010 10001111 111 1001 0 101100 11111110 101 110110

Color Harmonies of #85828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85828F

Black with #85828F

Text Example


Text Example

White with #85828F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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