Html Css Color HEX #83999C Submarine

📋 copy color: '#83999C'

red 131 ◦ green 153 ◦ blue 156

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

Shades of Submarine #83999C

Tints of Submarine #83999C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.45%

R = 29.77%
G = 34.77%
B = 35.45%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83999C (or 0x83999C) is known color: Submarine. HEX triplet: 83, 99 and 9C. RGB value is (131,153,156). Sum of RGB (Red+Green+Blue) = 131+153+156=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 156 - color contains mainly: blue. Hex color #83999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83999C is #7C6663. Grayscale: #929292. Windows color (decimal): -8152676 or 10262915. OLE color: 10262915.

HSL color Cylindrical-coordinate representation of color #83999C: hue angle of 187.2º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #83999C is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 153 156 -
CMYK 0.16 0.02 0 0.39
HSL 187.2º 0.11% 0.56% -
HSV(B) 187.2º 0.16% 0.61% -
XYZ 26.75 30.01 35.83 -
YUV 146.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 131 153 156 0.16 0.02 0 0.39 187.2 0.11 0.56
Hex 83 99 9C 10 2 0 27 BB B 38
Octal 203 231 234 20 2 0 47 273 13 70
Binary 10000011 10011001 10011100 10000 10 0 100111 10111011 1011 111000

Color Harmonies of #83999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83999C

Black with #83999C

Text Example


Text Example

White with #83999C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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