#83989B

Color #83989B Submarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Submarine #83989B

Tints of Submarine #83989B

Color information

#83989B (or 0x83989B) is unknown color: approx Submarine. HEX triplet: 83, 98 and 9B. RGB value is (131,152,155). Sum of RGB (Red+Green+Blue) = 131+152+155=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 155 - color contains mainly: blue. Hex color #83989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83989B is #7C6764. Grayscale: #929292. Windows color (decimal): -8152933 or 10197123. OLE color: 10197123.

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

Color convert

RGB131152155-
CMYK0.150.0200.39
HSL187.5º10.71%56.08%-
HSV(B)187.5º15.48%60.78%-
XYZ26.529.6535.34-
YUV146.06133.04117.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.91%
GREEN value IS 152 (59.77% from 255) = 34.70%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=29.91%
G=34.70%
B=35.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311521550.150.0200.39187.510.7156.08
Hex83989BF2027bbb38
Octal2032302331720472731370
Binary1000001110011000100110111111100100111101110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,152,155); }

 H1.HeaderClassName
 {
   color: #83989B;
 }
 .AnyTagClassName
 {
   color: #83989B;
 }
</style>
background-color css

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

 a { background-color: rgb(131,152,155); }

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

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

 span { border-color: rgb(131,152,155); }

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