#959899

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

Shades of Submarine #959899

Tints of Submarine #959899

Color information

#959899 (or 0x959899) is unknown color: approx Submarine. HEX triplet: 95, 98 and 99. RGB value is (149,152,153). Sum of RGB (Red+Green+Blue) = 149+152+153=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 153 - color contains mainly: blue. Hex color #959899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959899 is #6A6766. Grayscale: #979797. Windows color (decimal): -6973287 or 10066069. OLE color: 10066069.

HSL color Cylindrical-coordinate representation of color #959899: hue angle of 195º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #959899 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB149152153-
CMYK0.030.0100.4
HSL195º1.92%59.22%-
HSV(B)195º2.61%60%-
XYZ29.3731.1534.6-
YUV151.22129.01126.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.82%
GREEN value IS 152 (59.77% from 255) = 33.48%
BLUE value IS 153 (60.16% from 255) = 33.70%
R=32.82%
G=33.48%
B=33.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491521530.030.0100.41951.9259.22
Hex95989931028c323b
Octal22523023131050303273
Binary10010101100110001001100111101010001100001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959899; }

 p { color: rgb(149,152,153); }

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

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

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

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

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

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

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