#919F9D

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

Shades of Submarine #919F9D

Tints of Submarine #919F9D

Color information

#919F9D (or 0x919F9D) is unknown color: approx Submarine. HEX triplet: 91, 9F and 9D. RGB value is (145,159,157). Sum of RGB (Red+Green+Blue) = 145+159+157=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 159 - color contains mainly: green. Hex color #919F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919F9D is #6E6062. Grayscale: #9A9A9A. Windows color (decimal): -7233635 or 10330001. OLE color: 10330001.

HSL color Cylindrical-coordinate representation of color #919F9D: hue angle of 171.43º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #919F9D is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB145159157-
CMYK0.0900.010.38
HSL171.43º6.8%59.61%-
HSV(B)171.43º8.81%62.35%-
XYZ30.1633.2536.73-
YUV154.59129.36121.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.45%
GREEN value IS 159 (62.5% from 255) = 34.49%
BLUE value IS 157 (61.72% from 255) = 34.06%
R=31.45%
G=34.49%
B=34.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451591570.0900.010.38171.436.859.61
Hex919F9D90126ab73c
Octal221237235110146253774
Binary10010001100111111001110110010110011010101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919F9D; }

 p { color: rgb(145,159,157); }

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

<style>
 a { background-color: #919F9D; }

 a { background-color: rgb(145,159,157); }

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

<style>
 span { border-color: #919F9D; }

 span { border-color: rgb(145,159,157); }

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