#959A9B

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

Shades of Submarine #959A9B

Tints of Submarine #959A9B

Color information

#959A9B (or 0x959A9B) is unknown color: approx Submarine. HEX triplet: 95, 9A and 9B. RGB value is (149,154,155). Sum of RGB (Red+Green+Blue) = 149+154+155=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 155 - color contains mainly: blue. Hex color #959A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959A9B is #6A6564. Grayscale: #989898. Windows color (decimal): -6972773 or 10197653. OLE color: 10197653.

HSL color Cylindrical-coordinate representation of color #959A9B: hue angle of 190º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #959A9B is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB149154155-
CMYK0.040.0100.39
HSL190º2.91%59.61%-
HSV(B)190º3.87%60.78%-
XYZ29.8731.8735.59-
YUV152.62129.34125.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.53%
GREEN value IS 154 (60.55% from 255) = 33.62%
BLUE value IS 155 (60.94% from 255) = 33.84%
R=32.53%
G=33.62%
B=33.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491541550.040.0100.391902.9159.61
Hex959A9B41027be33c
Octal22523223341047276374
Binary100101011001101010011011100101001111011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959A9B; }

 p { color: rgb(149,154,155); }

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

<style>
 a { background-color: #959A9B; }

 a { background-color: rgb(149,154,155); }

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

<style>
 span { border-color: #959A9B; }

 span { border-color: rgb(149,154,155); }

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