Html Css Color HEX #858889 Regent Grey

📋 copy color: '#858889'

red 133 ◦ green 136 ◦ blue 137

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

Shades of Regent Grey #858889

Tints of Regent Grey #858889

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.5%

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

R = 32.76%
G = 33.5%
B = 33.74%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#858889 (or 0x858889) is known color: Regent Grey. HEX triplet: 85, 88 and 89. RGB value is (133,136,137). Sum of RGB (Red+Green+Blue) = 133+136+137=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 137 - color contains mainly: blue. Hex color #858889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858889 is #7A7776. Grayscale: #878787. Windows color (decimal): -8025975 or 9013381. OLE color: 9013381.

HSL color Cylindrical-coordinate representation of color #858889: hue angle of 195º 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 #858889 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 136 137 -
CMYK 0.03 0.01 0 0.46
HSL 195º 0.02% 0.53% -
HSV(B) 195º 0.03% 0.54% -
XYZ 22.99 24.4 27.16 -
YUV 135.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 133 136 137 0.03 0.01 0 0.46 195 0.02 0.53
Hex 85 88 89 3 1 0 2E C3 2 35
Octal 205 210 211 3 1 0 56 303 2 65
Binary 10000101 10001000 10001001 11 1 0 101110 11000011 10 110101

Color Harmonies of #858889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858889

Black with #858889

Text Example


Text Example

White with #858889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858889; }

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

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

background-color css

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

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

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

border-color css

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

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

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