#859294

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

Shades of Submarine #859294

Tints of Submarine #859294

Color information

#859294 (or 0x859294) is unknown color: approx Submarine. HEX triplet: 85, 92 and 94. RGB value is (133,146,148). Sum of RGB (Red+Green+Blue) = 133+146+148=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 148 - color contains mainly: blue. Hex color #859294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859294 is #7A6D6B. Grayscale: #8E8E8E. Windows color (decimal): -8023404 or 9736837. OLE color: 9736837.

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

Color convert

RGB133146148-
CMYK0.100.0100.42
HSL188º6.55%55.1%-
HSV(B)188º10.14%58.04%-
XYZ25.327.6832.03-
YUV142.34131.19121.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.15%
GREEN value IS 146 (57.42% from 255) = 34.19%
BLUE value IS 148 (58.20% from 255) = 34.66%
R=31.15%
G=34.19%
B=34.66%

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
Decimal1331461480.100.0100.421886.5555.1
Hex859294A102Abc737
Octal205222224121052274767
Binary10000101100100101001010010101010101010111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859294; }

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

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

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

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

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

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

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

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