Html Css Color HEX #838589 Storm Grey

📋 copy color: '#838589'

red 131 ◦ green 133 ◦ blue 137

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

Shades of Storm Grey #838589

Tints of Storm Grey #838589

RGB

 RED value IS 131 (51.56% from 255) = 32.67%

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

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

R = 32.67%
G = 33.17%
B = 34.16%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#838589 (or 0x838589) is known color: Storm Grey. HEX triplet: 83, 85 and 89. RGB value is (131,133,137). Sum of RGB (Red+Green+Blue) = 131+133+137=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 137 - color contains mainly: blue. Hex color #838589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838589 is #7C7A76. Grayscale: #848484. Windows color (decimal): -8157815 or 9012611. OLE color: 9012611.

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

Color convert

RGB 131 133 137 -
CMYK 0.04 0.03 0 0.46
HSL 220º 0.02% 0.53% -
HSV(B) 220º 0.04% 0.54% -
XYZ 22.26 23.41 27.01 -
YUV 132.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 131 133 137 0.04 0.03 0 0.46 220 0.02 0.53
Hex 83 85 89 4 3 0 2E DC 2 35
Octal 203 205 211 4 3 0 56 334 2 65
Binary 10000011 10000101 10001001 100 11 0 101110 11011100 10 110101

Color Harmonies of #838589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838589

Black with #838589

Text Example


Text Example

White with #838589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838589; }

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

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

background-color css

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

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

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

border-color css

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

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

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