#83989A

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

Shades of Submarine #83989A

Tints of Submarine #83989A

Color information

#83989A (or 0x83989A) is unknown color: approx Submarine. HEX triplet: 83, 98 and 9A. RGB value is (131,152,154). Sum of RGB (Red+Green+Blue) = 131+152+154=437 (57% of max value = 765). Red value is 131 (51.56% from 255 or 29.98% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 154 - color contains mainly: blue. Hex color #83989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83989A is #7C6765. Grayscale: #919191. Windows color (decimal): -8152934 or 10131587. OLE color: 10131587.

HSL color Cylindrical-coordinate representation of color #83989A: hue angle of 185.22º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83989A is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB131152154-
CMYK0.150.0100.40
HSL185.22º10.22%55.88%-
HSV(B)185.22º14.94%60.39%-
XYZ26.4229.6134.9-
YUV145.95132.54117.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.98%
GREEN value IS 152 (59.77% from 255) = 34.78%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=29.98%
G=34.78%
B=35.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1311521540.150.0100.40185.2210.2255.88
Hex83989AF1028b9a38
Octal2032302321710502711270
Binary100000111001100010011010111110101000101110011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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