Html Css Color HEX #83858B Storm Grey

📋 copy color: '#83858B'

red 131 ◦ green 133 ◦ blue 139

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

Shades of Storm Grey #83858B

Tints of Storm Grey #83858B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.49%

R = 32.51%
G = 33%
B = 34.49%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83858B (or 0x83858B) is known color: Storm Grey. HEX triplet: 83, 85 and 8B. RGB value is (131,133,139). Sum of RGB (Red+Green+Blue) = 131+133+139=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 139 - color contains mainly: blue. Hex color #83858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83858B is #7C7A74. Grayscale: #858585. Windows color (decimal): -8157813 or 9143683. OLE color: 9143683.

HSL color Cylindrical-coordinate representation of color #83858B: hue angle of 225º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #83858B is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 133 139 -
CMYK 0.06 0.04 0 0.45
HSL 225º 0.03% 0.53% -
HSV(B) 225º 0.06% 0.55% -
XYZ 22.41 23.46 27.77 -
YUV 133.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 131 133 139 0.06 0.04 0 0.45 225 0.03 0.53
Hex 83 85 8B 6 4 0 2D E1 3 35
Octal 203 205 213 6 4 0 55 341 3 65
Binary 10000011 10000101 10001011 110 100 0 101101 11100001 11 110101

Color Harmonies of #83858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83858B

Black with #83858B

Text Example


Text Example

White with #83858B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83858B; }

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

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

background-color css

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

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

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

border-color css

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

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

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