#155657

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

Shades of Blue Stone #155657

Tints of Blue Stone #155657

Color information

#155657 (or 0x155657) is unknown color: approx Blue Stone. HEX triplet: 15, 56 and 57. RGB value is (21,86,87). Sum of RGB (Red+Green+Blue) = 21+86+87=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #155657 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155657 is #EAA9A8. Grayscale: #424242. Windows color (decimal): -15378857 or 5723669. OLE color: 5723669.

HSL color Cylindrical-coordinate representation of color #155657: hue angle of 180.91º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155657 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB218687-
CMYK0.760.0100.66
HSL180.91º61.11%21.18%-
HSV(B)180.91º75.86%34.12%-
XYZ5.367.510.18-
YUV66.68139.4795.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.82%
GREEN value IS 86 (33.98% from 255) = 44.33%
BLUE value IS 87 (34.38% from 255) = 44.85%
R=10.82%
G=44.33%
B=44.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2186870.760.0100.66180.9161.1121.18
Hex1556574C1042b53d15
Octal25126127114101022657525
Binary101011010110101011110011001010000101011010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155657; }

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

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

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

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

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

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

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

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