#859494

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

Shades of Submarine #859494

Tints of Submarine #859494

Color information

#859494 (or 0x859494) is unknown color: approx Submarine. HEX triplet: 85, 94 and 94. RGB value is (133,148,148). Sum of RGB (Red+Green+Blue) = 133+148+148=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #859494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859494 is #7A6B6B. Grayscale: #8F8F8F. Windows color (decimal): -8022892 or 9737349. OLE color: 9737349.

HSL color Cylindrical-coordinate representation of color #859494: hue angle of 180º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #859494 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB133148148-
CMYK0.10000.42
HSL180º6.55%55.1%-
HSV(B)180º10.14%58.04%-
XYZ25.6128.332.13-
YUV143.51130.53120.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.00%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 148 (58.20% from 255) = 34.50%
R=31.00%
G=34.50%
B=34.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331481480.10000.421806.5555.1
Hex859494A002Ab4737
Octal205224224120052264767
Binary10000101100101001001010010100010101010110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859494; }

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

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

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

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

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

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

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

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