#859193

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

Shades of Submarine #859193

Tints of Submarine #859193

Color information

#859193 (or 0x859193) is unknown color: approx Submarine. HEX triplet: 85, 91 and 93. RGB value is (133,145,147). Sum of RGB (Red+Green+Blue) = 133+145+147=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 147 - color contains mainly: blue. Hex color #859193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859193 is #7A6E6C. Grayscale: #8D8D8D. Windows color (decimal): -8023661 or 9671045. OLE color: 9671045.

HSL color Cylindrical-coordinate representation of color #859193: hue angle of 188.57º degrees, saturation: 0.06, 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 #859193 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB133145147-
CMYK0.100.0100.42
HSL188.57º6.09%54.9%-
HSV(B)188.57º9.52%57.65%-
XYZ25.0627.3431.56-
YUV141.64131.02121.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.29%
GREEN value IS 145 (57.03% from 255) = 34.12%
BLUE value IS 147 (57.81% from 255) = 34.59%
R=31.29%
G=34.12%
B=34.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331451470.100.0100.42188.576.0954.9
Hex859193A102Abd637
Octal205221223121052275667
Binary10000101100100011001001110101010101010111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859193; }

 p { color: rgb(133,145,147); }

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

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

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

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

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

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

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