Html Css Color HEX #858488 Topaz

📋 copy color: '#858488'

red 133 ◦ green 132 ◦ blue 136

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

Shades of Topaz #858488

Tints of Topaz #858488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.92%

R = 33.17%
G = 32.92%
B = 33.92%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#858488 (or 0x858488) is known color: Topaz. HEX triplet: 85, 84 and 88. RGB value is (133,132,136). Sum of RGB (Red+Green+Blue) = 133+132+136=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 136 - color contains mainly: blue. Hex color #858488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858488 is #7A7B77. Grayscale: #848484. Windows color (decimal): -8027000 or 8946821. OLE color: 8946821.

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

Color convert

RGB 133 132 136 -
CMYK 0.02 0.03 0 0.47
HSL 255º 0.02% 0.53% -
HSV(B) 255º 0.03% 0.53% -
XYZ 22.37 23.27 26.6 -
YUV 132.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 133 132 136 0.02 0.03 0 0.47 255 0.02 0.53
Hex 85 84 88 2 3 0 2F FF 2 35
Octal 205 204 210 2 3 0 57 377 2 65
Binary 10000101 10000100 10001000 10 11 0 101111 11111111 10 110101

Color Harmonies of #858488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858488

Black with #858488

Text Example


Text Example

White with #858488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858488; }

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

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

background-color css

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

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

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

border-color css

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

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

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