#859997

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

Shades of Submarine #859997

Tints of Submarine #859997

Color information

#859997 (or 0x859997) is unknown color: approx Submarine. HEX triplet: 85, 99 and 97. RGB value is (133,153,151). Sum of RGB (Red+Green+Blue) = 133+153+151=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 153 - color contains mainly: green. Hex color #859997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859997 is #7A6668. Grayscale: #929292. Windows color (decimal): -8021609 or 9935237. OLE color: 9935237.

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

Color convert

RGB133153151-
CMYK0.1300.010.4
HSL174º8.93%56.08%-
HSV(B)174º13.07%60%-
XYZ26.653033.66-
YUV146.79130.37118.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.43%
GREEN value IS 153 (60.16% from 255) = 35.01%
BLUE value IS 151 (59.38% from 255) = 34.55%
R=30.43%
G=35.01%
B=34.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1331531510.1300.010.41748.9356.08
Hex859997D0128ae938
Octal2052312271501502561170
Binary100001011001100110010111110101101000101011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859997; }

 p { color: rgb(133,153,151); }

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

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

 a { background-color: rgb(133,153,151); }

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

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

 span { border-color: rgb(133,153,151); }

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