#156157

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

Shades of Blue Stone #156157

Tints of Blue Stone #156157

Color information

#156157 (or 0x156157) is unknown color: approx Blue Stone. HEX triplet: 15, 61 and 57. RGB value is (21,97,87). Sum of RGB (Red+Green+Blue) = 21+97+87=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #156157 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156157 is #EA9EA8. Grayscale: #494949. Windows color (decimal): -15376041 or 5726485. OLE color: 5726485.

HSL color Cylindrical-coordinate representation of color #156157: hue angle of 172.11º 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 #156157 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB219787-
CMYK0.7800.100.62
HSL172.11º64.41%23.14%-
HSV(B)172.11º78.35%38.04%-
XYZ6.39.410.5-
YUV73.14135.8290.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.24%
GREEN value IS 97 (38.28% from 255) = 47.32%
BLUE value IS 87 (34.38% from 255) = 42.44%
R=10.24%
G=47.32%
B=42.44%

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
Decimal2197870.7800.100.62172.1164.4123.14
Hex1561574E0A3Eac4017
Octal251411271160127625410027
Binary101011100001101011110011100101011111010101100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156157; }

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

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

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

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

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

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

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

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