#859295

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

Shades of Submarine #859295

Tints of Submarine #859295

Color information

#859295 (or 0x859295) is unknown color: approx Submarine. HEX triplet: 85, 92 and 95. RGB value is (133,146,149). Sum of RGB (Red+Green+Blue) = 133+146+149=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 149 - color contains mainly: blue. Hex color #859295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859295 is #7A6D6A. Grayscale: #8E8E8E. Windows color (decimal): -8023403 or 9802373. OLE color: 9802373.

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

Color convert

RGB133146149-
CMYK0.110.0200.42
HSL191.25º7.02%55.29%-
HSV(B)191.25º10.74%58.43%-
XYZ25.3827.7132.45-
YUV142.45131.69121.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.07%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 149 (58.59% from 255) = 34.81%
R=31.07%
G=34.11%
B=34.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331461490.110.0200.42191.257.0255.29
Hex859295B202Abf737
Octal205222225132052277767
Binary100001011001001010010101101110010101010111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859295; }

 p { color: rgb(133,146,149); }

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

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

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

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

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

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

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