#83969A

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

Shades of Submarine #83969A

Tints of Submarine #83969A

Color information

#83969A (or 0x83969A) is unknown color: approx Submarine. HEX triplet: 83, 96 and 9A. RGB value is (131,150,154). Sum of RGB (Red+Green+Blue) = 131+150+154=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 154 - color contains mainly: blue. Hex color #83969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83969A is #7C6965. Grayscale: #909090. Windows color (decimal): -8153446 or 10131075. OLE color: 10131075.

HSL color Cylindrical-coordinate representation of color #83969A: hue angle of 190.43º 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 #83969A is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB131150154-
CMYK0.150.0300.40
HSL190.43º10.22%55.88%-
HSV(B)190.43º14.94%60.39%-
XYZ26.128.9734.79-
YUV144.78133.21118.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.11%
GREEN value IS 150 (58.98% from 255) = 34.48%
BLUE value IS 154 (60.55% from 255) = 35.40%
R=30.11%
G=34.48%
B=35.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1311501540.150.0300.40190.4310.2255.88
Hex83969AF3028bea38
Octal2032262321730502761270
Binary1000001110010110100110101111110101000101111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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