Html Css Color HEX #83999D Submarine

📋 copy color: '#83999D'

red 131 ◦ green 153 ◦ blue 157

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

Shades of Submarine #83999D

Tints of Submarine #83999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.69%

 BLUE value IS 157 (61.72% from 255) = 35.6%

R = 29.71%
G = 34.69%
B = 35.6%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83999D (or 0x83999D) is known color: Submarine. HEX triplet: 83, 99 and 9D. RGB value is (131,153,157). Sum of RGB (Red+Green+Blue) = 131+153+157=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 157 - color contains mainly: blue. Hex color #83999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83999D is #7C6662. Grayscale: #929292. Windows color (decimal): -8152675 or 10328451. OLE color: 10328451.

HSL color Cylindrical-coordinate representation of color #83999D: hue angle of 189.23º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #83999D is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 153 157 -
CMYK 0.17 0.03 0 0.38
HSL 189.23º 0.12% 0.56% -
HSV(B) 189.23º 0.17% 0.62% -
XYZ 26.84 30.04 36.28 -
YUV 146.88 133.71 116.67 -
System Red Green Blue C M Y K H S L
Decimal 131 153 157 0.17 0.03 0 0.38 189.23 0.12 0.56
Hex 83 99 9D 11 3 0 26 BD C 38
Octal 203 231 235 21 3 0 46 275 14 70
Binary 10000011 10011001 10011101 10001 11 0 100110 10111101 1100 111000

Color Harmonies of #83999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83999D

Black with #83999D

Text Example


Text Example

White with #83999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83999D; }

 p { color: rgb(131,153,157); }

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

background-color css

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

 a { background-color: rgb(131,153,157); }

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

border-color css

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

 span { border-color: rgb(131,153,157); }

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