#156857

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

Shades of Blue Stone #156857

Tints of Blue Stone #156857

Color information

#156857 (or 0x156857) is unknown color: approx Blue Stone. HEX triplet: 15, 68 and 57. RGB value is (21,104,87). Sum of RGB (Red+Green+Blue) = 21+104+87=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 104 - color contains mainly: green. Hex color #156857 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156857 is #EA97A8. Grayscale: #4D4D4D. Windows color (decimal): -15374249 or 5728277. OLE color: 5728277.

HSL color Cylindrical-coordinate representation of color #156857: hue angle of 167.71º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156857 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB2110487-
CMYK0.8000.160.59
HSL167.71º66.4%24.51%-
HSV(B)167.71º79.81%40.78%-
XYZ6.9810.7510.72-
YUV77.24133.587.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.91%
GREEN value IS 104 (41.02% from 255) = 49.06%
BLUE value IS 87 (34.38% from 255) = 41.04%
R=9.91%
G=49.06%
B=41.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21104870.8000.160.59167.7166.424.51
Hex156857500103Ba84219
Octal251501271200207325010231
Binary1010111010001010111101000001000011101110101000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156857; }

 p { color: rgb(21,104,87); }

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

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

 a { background-color: rgb(21,104,87); }

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

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

 span { border-color: rgb(21,104,87); }

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