#155557

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

Shades of Blue Stone #155557

Tints of Blue Stone #155557

Color information

#155557 (or 0x155557) is unknown color: approx Blue Stone. HEX triplet: 15, 55 and 57. RGB value is (21,85,87). Sum of RGB (Red+Green+Blue) = 21+85+87=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #155557 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155557 is #EAAAA8. Grayscale: #424242. Windows color (decimal): -15379113 or 5723413. OLE color: 5723413.

HSL color Cylindrical-coordinate representation of color #155557: hue angle of 181.82º 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 #155557 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB218587-
CMYK0.760.0200.66
HSL181.82º61.11%21.18%-
HSV(B)181.82º75.86%34.12%-
XYZ5.287.3410.16-
YUV66.09139.895.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.88%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 87 (34.38% from 255) = 45.08%
R=10.88%
G=44.04%
B=45.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2185870.760.0200.66181.8261.1121.18
Hex1555574C2042b63d15
Octal25125127114201022667525
Binary1010110101011010111100110010010000101011011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155557; }

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

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

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

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

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

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

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

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