Html Css Color HEX #858089 Topaz

📋 copy color: '#858089'

red 133 ◦ green 128 ◦ blue 137

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

Shades of Topaz #858089

Tints of Topaz #858089

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.16%

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

R = 33.42%
G = 32.16%
B = 34.42%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#858089 (or 0x858089) is known color: Topaz. HEX triplet: 85, 80 and 89. RGB value is (133,128,137). Sum of RGB (Red+Green+Blue) = 133+128+137=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 137 - color contains mainly: blue. Hex color #858089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858089 is #7A7F76. Grayscale: #828282. Windows color (decimal): -8028023 or 9011333. OLE color: 9011333.

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

Color convert

RGB 133 128 137 -
CMYK 0.03 0.07 0 0.46
HSL 273.33º 0.04% 0.52% -
HSV(B) 273.33º 0.07% 0.54% -
XYZ 21.91 22.23 26.8 -
YUV 130.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 133 128 137 0.03 0.07 0 0.46 273.33 0.04 0.52
Hex 85 80 89 3 7 0 2E 111 4 34
Octal 205 200 211 3 7 0 56 421 4 64
Binary 10000101 10000000 10001001 11 111 0 101110 100010001 100 110100

Color Harmonies of #858089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858089

Black with #858089

Text Example


Text Example

White with #858089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858089; }

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

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

background-color css

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

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

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

border-color css

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

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

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