#156056

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

Shades of Blue Stone #156056

Tints of Blue Stone #156056

Color information

#156056 (or 0x156056) is unknown color: approx Blue Stone. HEX triplet: 15, 60 and 56. RGB value is (21,96,86). Sum of RGB (Red+Green+Blue) = 21+96+86=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #156056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156056 is #EA9FA9. Grayscale: #484848. Windows color (decimal): -15376298 or 5660693. OLE color: 5660693.

HSL color Cylindrical-coordinate representation of color #156056: hue angle of 172º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #156056 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB219686-
CMYK0.7800.100.62
HSL172º64.1%22.94%-
HSV(B)172º78.12%37.65%-
XYZ6.179.210.25-
YUV72.44135.6591.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.34%
GREEN value IS 96 (37.89% from 255) = 47.29%
BLUE value IS 86 (33.98% from 255) = 42.36%
R=10.34%
G=47.29%
B=42.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2196860.7800.100.6217264.122.94
Hex1560564E0A3Eac4017
Octal251401261160127625410027
Binary101011100000101011010011100101011111010101100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156056; }

 p { color: rgb(21,96,86); }

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

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

 a { background-color: rgb(21,96,86); }

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

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

 span { border-color: rgb(21,96,86); }

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