#959B9B

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

Shades of Submarine #959B9B

Tints of Submarine #959B9B

Color information

#959B9B (or 0x959B9B) is unknown color: approx Submarine. HEX triplet: 95, 9B and 9B. RGB value is (149,155,155). Sum of RGB (Red+Green+Blue) = 149+155+155=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #959B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959B9B is #6A6464. Grayscale: #999999. Windows color (decimal): -6972517 or 10197909. OLE color: 10197909.

HSL color Cylindrical-coordinate representation of color #959B9B: hue angle of 180º 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 #959B9B is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB149155155-
CMYK0.04000.39
HSL180º2.91%59.61%-
HSV(B)180º3.87%60.78%-
XYZ30.0332.235.64-
YUV153.21129.01125-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.46%
GREEN value IS 155 (60.94% from 255) = 33.77%
BLUE value IS 155 (60.94% from 255) = 33.77%
R=32.46%
G=33.77%
B=33.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491551550.04000.391802.9159.61
Hex959B9B40027b433c
Octal22523323340047264374
Binary100101011001101110011011100001001111011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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