#156E5D

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

Shades of Blue Stone #156E5D

Tints of Blue Stone #156E5D

Color information

#156E5D (or 0x156E5D) is unknown color: approx Blue Stone. HEX triplet: 15, 6E and 5D. RGB value is (21,110,93). Sum of RGB (Red+Green+Blue) = 21+110+93=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 110 (43.36% from 255 or 49.11% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 110 - color contains mainly: green. Hex color #156E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156E5D is #EA91A2. Grayscale: #515151. Windows color (decimal): -15372707 or 6123029. OLE color: 6123029.

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

Color convert

RGB2111093-
CMYK0.8100.150.57
HSL168.54º67.94%25.69%-
HSV(B)168.54º80.91%43.14%-
XYZ7.8612.112.28-
YUV81.45134.5184.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.38%
GREEN value IS 110 (43.36% from 255) = 49.11%
BLUE value IS 93 (36.72% from 255) = 41.52%
R=9.38%
G=49.11%
B=41.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21110930.8100.150.57168.5467.9425.69
Hex156E5D510F39a9441a
Octal251561351210177125110432
Binary101011101110101110110100010111111100110101001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,110,93); }

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

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

 a { background-color: rgb(21,110,93); }

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

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

 span { border-color: rgb(21,110,93); }

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