#156D5B

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

Shades of Blue Stone #156D5B

Tints of Blue Stone #156D5B

Color information

#156D5B (or 0x156D5B) is unknown color: approx Blue Stone. HEX triplet: 15, 6D and 5B. RGB value is (21,109,91). Sum of RGB (Red+Green+Blue) = 21+109+91=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 109 (42.97% from 255 or 49.32% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 109 - color contains mainly: green. Hex color #156D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156D5B is #EA92A4. Grayscale: #505050. Windows color (decimal): -15372965 or 5991701. OLE color: 5991701.

HSL color Cylindrical-coordinate representation of color #156D5B: hue angle of 167.73º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156D5B is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB2110991-
CMYK0.8100.170.57
HSL167.73º67.69%25.49%-
HSV(B)167.73º80.73%42.75%-
XYZ7.6711.8511.78-
YUV80.64133.8585.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.50%
GREEN value IS 109 (42.97% from 255) = 49.32%
BLUE value IS 91 (35.94% from 255) = 41.18%
R=9.50%
G=49.32%
B=41.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21109910.8100.170.57167.7367.6925.49
Hex156D5B5101139a84419
Octal251551331210217125010431
Binary1010111011011011011101000101000111100110101000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156D5B; }

 p { color: rgb(21,109,91); }

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

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

 a { background-color: rgb(21,109,91); }

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

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

 span { border-color: rgb(21,109,91); }

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