Html Css Color HEX #868589 Topaz

📋 copy color: '#868589'

red 134 ◦ green 133 ◦ blue 137

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

Shades of Topaz #868589

Tints of Topaz #868589

RGB

 RED value IS 134 (52.73% from 255) = 33.17%

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

 BLUE value IS 137 (53.91% from 255) = 33.91%

R = 33.17%
G = 32.92%
B = 33.91%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#868589 (or 0x868589) is known color: Topaz. HEX triplet: 86, 85 and 89. RGB value is (134,133,137). Sum of RGB (Red+Green+Blue) = 134+133+137=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 137 - color contains mainly: blue. Hex color #868589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868589 is #797A76. Grayscale: #858585. Windows color (decimal): -7961207 or 9012614. OLE color: 9012614.

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

Color convert

RGB 134 133 137 -
CMYK 0.02 0.03 0 0.46
HSL 255º 0.02% 0.53% -
HSV(B) 255º 0.03% 0.54% -
XYZ 22.73 23.65 27.03 -
YUV 133.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 134 133 137 0.02 0.03 0 0.46 255 0.02 0.53
Hex 86 85 89 2 3 0 2E FF 2 35
Octal 206 205 211 2 3 0 56 377 2 65
Binary 10000110 10000101 10001001 10 11 0 101110 11111111 10 110101

Color Harmonies of #868589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868589

Black with #868589

Text Example


Text Example

White with #868589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868589; }

 p { color: rgb(134,133,137); }

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

background-color css

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

 a { background-color: rgb(134,133,137); }

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

border-color css

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

 span { border-color: rgb(134,133,137); }

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