#859896

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

Shades of Submarine #859896

Tints of Submarine #859896

Color information

#859896 (or 0x859896) is unknown color: approx Submarine. HEX triplet: 85, 98 and 96. RGB value is (133,152,150). Sum of RGB (Red+Green+Blue) = 133+152+150=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 152 - color contains mainly: green. Hex color #859896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859896 is #7A6769. Grayscale: #929292. Windows color (decimal): -8021866 or 9869445. OLE color: 9869445.

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

Color convert

RGB133152150-
CMYK0.1300.010.40
HSL173.68º8.44%55.88%-
HSV(B)173.68º12.5%59.61%-
XYZ26.4129.6533.18-
YUV146.09130.21118.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.57%
GREEN value IS 152 (59.77% from 255) = 34.94%
BLUE value IS 150 (58.98% from 255) = 34.48%
R=30.57%
G=34.94%
B=34.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331521500.1300.010.40173.688.4455.88
Hex859896D0128ae838
Octal2052302261501502561070
Binary100001011001100010010110110101101000101011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859896; }

 p { color: rgb(133,152,150); }

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

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

 a { background-color: rgb(133,152,150); }

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

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

 span { border-color: rgb(133,152,150); }

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