#859694

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

Shades of Submarine #859694

Tints of Submarine #859694

Color information

#859694 (or 0x859694) is unknown color: approx Submarine. HEX triplet: 85, 96 and 94. RGB value is (133,150,148). Sum of RGB (Red+Green+Blue) = 133+150+148=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 150 - color contains mainly: green. Hex color #859694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859694 is #7A696B. Grayscale: #909090. Windows color (decimal): -8022380 or 9737861. OLE color: 9737861.

HSL color Cylindrical-coordinate representation of color #859694: hue angle of 172.94º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #859694 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB133150148-
CMYK0.1100.010.41
HSL172.94º7.49%55.49%-
HSV(B)172.94º11.33%58.82%-
XYZ25.9228.9432.24-
YUV144.69129.87119.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.86%
GREEN value IS 150 (58.98% from 255) = 34.80%
BLUE value IS 148 (58.20% from 255) = 34.34%
R=30.86%
G=34.80%
B=34.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331501480.1100.010.41172.947.4955.49
Hex859694B0129ad737
Octal205226224130151255767
Binary10000101100101101001010010110110100110101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859694; }

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

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

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

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

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

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

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

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