#859DA0

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

Shades of Submarine #859DA0

Tints of Submarine #859DA0

Color information

#859DA0 (or 0x859DA0) is unknown color: approx Submarine. HEX triplet: 85, 9D and A0. RGB value is (133,157,160). Sum of RGB (Red+Green+Blue) = 133+157+160=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 160 - color contains mainly: blue. Hex color #859DA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859DA0 is #7A625F. Grayscale: #969696. Windows color (decimal): -8020576 or 10526085. OLE color: 10526085.

HSL color Cylindrical-coordinate representation of color #859DA0: hue angle of 186.67º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #859DA0 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB133157160-
CMYK0.170.0200.37
HSL186.67º12.44%57.45%-
HSV(B)186.67º16.88%62.75%-
XYZ28.0831.6437.88-
YUV150.17133.55115.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.56%
GREEN value IS 157 (61.72% from 255) = 34.89%
BLUE value IS 160 (62.89% from 255) = 35.56%
R=29.56%
G=34.89%
B=35.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1331571600.170.0200.37186.6712.4457.45
Hex859DA0112025bbc39
Octal2052352402120452731471
Binary10000101100111011010000010001100100101101110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,157,160); }

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

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

 a { background-color: rgb(133,157,160); }

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

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

 span { border-color: rgb(133,157,160); }

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