#869599

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

Shades of Submarine #869599

Tints of Submarine #869599

Color information

#869599 (or 0x869599) is unknown color: approx Submarine. HEX triplet: 86, 95 and 99. RGB value is (134,149,153). Sum of RGB (Red+Green+Blue) = 134+149+153=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 153 - color contains mainly: blue. Hex color #869599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869599 is #796A66. Grayscale: #909090. Windows color (decimal): -7957095 or 10065286. OLE color: 10065286.

HSL color Cylindrical-coordinate representation of color #869599: hue angle of 192.63º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #869599 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB134149153-
CMYK0.120.0300.4
HSL192.63º8.52%56.27%-
HSV(B)192.63º12.42%60%-
XYZ26.3328.8634.32-
YUV144.97132.53120.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.73%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 153 (60.16% from 255) = 35.09%
R=30.73%
G=34.17%
B=35.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1341491530.120.0300.4192.638.5256.27
Hex869599C3028c1938
Octal2062252311430503011170
Binary1000011010010101100110011100110101000110000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869599; }

 p { color: rgb(134,149,153); }

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

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

 a { background-color: rgb(134,149,153); }

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

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

 span { border-color: rgb(134,149,153); }

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