#959E9F

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

Shades of Submarine #959E9F

Tints of Submarine #959E9F

Color information

#959E9F (or 0x959E9F) is unknown color: approx Submarine. HEX triplet: 95, 9E and 9F. RGB value is (149,158,159). Sum of RGB (Red+Green+Blue) = 149+158+159=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 159 - color contains mainly: blue. Hex color #959E9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959E9F is #6A6160. Grayscale: #9B9B9B. Windows color (decimal): -6971745 or 10460821. OLE color: 10460821.

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

Color convert

RGB149158159-
CMYK0.060.0100.38
HSL186º4.95%60.39%-
HSV(B)186º6.29%62.35%-
XYZ30.8833.3537.61-
YUV155.42130.02123.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.97%
GREEN value IS 158 (62.11% from 255) = 33.91%
BLUE value IS 159 (62.5% from 255) = 34.12%
R=31.97%
G=33.91%
B=34.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491581590.060.0100.381864.9560.39
Hex959E9F61026ba53c
Octal22523623761046272574
Binary1001010110011110100111111101010011010111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,158,159); }

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

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

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

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

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

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

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