#155755

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

Shades of Blue Stone #155755

Tints of Blue Stone #155755

Color information

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

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

Color convert

RGB218785-
CMYK0.7600.020.66
HSL178.18º61.11%21.18%-
HSV(B)178.18º75.86%34.12%-
XYZ5.367.639.79-
YUV67.04138.1395.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2187850.7600.020.66178.1861.1121.18
Hex1557554C0242b23d15
Octal25127125114021022627525
Binary1010110101111010101100110001010000101011001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155755; }

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

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

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

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

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

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

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

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