#859C99

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

Shades of Submarine #859C99

Tints of Submarine #859C99

Color information

#859C99 (or 0x859C99) is unknown color: approx Submarine. HEX triplet: 85, 9C and 99. RGB value is (133,156,153). Sum of RGB (Red+Green+Blue) = 133+156+153=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 156 - color contains mainly: green. Hex color #859C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859C99 is #7A6366. Grayscale: #949494. Windows color (decimal): -8020839 or 10067077. OLE color: 10067077.

HSL color Cylindrical-coordinate representation of color #859C99: hue angle of 172.17º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #859C99 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB133156153-
CMYK0.1500.020.39
HSL172.17º10.41%56.67%-
HSV(B)172.17º14.74%61.18%-
XYZ27.3131.0634.69-
YUV148.78130.38116.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.09%
GREEN value IS 156 (61.33% from 255) = 35.29%
BLUE value IS 153 (60.16% from 255) = 34.62%
R=30.09%
G=35.29%
B=34.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331561530.1500.020.39172.1710.4156.67
Hex859C99F0227aca39
Octal2052342311702472541271
Binary1000010110011100100110011111010100111101011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859C99; }

 p { color: rgb(133,156,153); }

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

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

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

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

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

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

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