#155759

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

Shades of Blue Stone #155759

Tints of Blue Stone #155759

Color information

#155759 (or 0x155759) is unknown color: approx Blue Stone. HEX triplet: 15, 57 and 59. RGB value is (21,87,89). Sum of RGB (Red+Green+Blue) = 21+87+89=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #155759 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155759 is #EAA8A6. Grayscale: #434343. Windows color (decimal): -15378599 or 5854997. OLE color: 5854997.

HSL color Cylindrical-coordinate representation of color #155759: hue angle of 181.76º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155759 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB218789-
CMYK0.760.0200.65
HSL181.76º61.82%21.57%-
HSV(B)181.76º76.4%34.9%-
XYZ5.527.710.65-
YUV67.49140.1394.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.66%
GREEN value IS 87 (34.38% from 255) = 44.16%
BLUE value IS 89 (35.16% from 255) = 45.18%
R=10.66%
G=44.16%
B=45.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2187890.760.0200.65181.7661.8221.57
Hex1557594C2041b63e16
Octal25127131114201012667626
Binary1010110101111011001100110010010000011011011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155759; }

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

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

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

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

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

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

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

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