#155756

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

Shades of Blue Stone #155756

Tints of Blue Stone #155756

Color information

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

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

Color convert

RGB218786-
CMYK0.7600.010.66
HSL179.09º61.11%21.18%-
HSV(B)179.09º75.86%34.12%-
XYZ5.47.6510-
YUV67.15138.6395.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2187860.7600.010.66179.0961.1121.18
Hex1557564C0142b33d15
Octal25127126114011022637525
Binary101011010111101011010011000110000101011001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155756; }

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

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

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

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

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

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

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

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