#156257

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

Shades of Blue Stone #156257

Tints of Blue Stone #156257

Color information

#156257 (or 0x156257) is unknown color: approx Blue Stone. HEX triplet: 15, 62 and 57. RGB value is (21,98,87). Sum of RGB (Red+Green+Blue) = 21+98+87=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #156257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156257 is #EA9DA8. Grayscale: #494949. Windows color (decimal): -15375785 or 5726741. OLE color: 5726741.

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

Color convert

RGB219887-
CMYK0.7900.110.62
HSL171.43º64.71%23.33%-
HSV(B)171.43º78.57%38.43%-
XYZ6.49.5810.53-
YUV73.72135.4990.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.19%
GREEN value IS 98 (38.67% from 255) = 47.57%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=10.19%
G=47.57%
B=42.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2198870.7900.110.62171.4364.7123.33
Hex1562574F0B3Eab4117
Octal251421271170137625310127
Binary101011100010101011110011110101111111010101011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156257; }

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

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

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

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

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

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

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

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