#15595E

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

Shades of Blue Stone #15595E

Tints of Blue Stone #15595E

Color information

#15595E (or 0x15595E) is unknown color: approx Blue Stone. HEX triplet: 15, 59 and 5E. RGB value is (21,89,94). Sum of RGB (Red+Green+Blue) = 21+89+94=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 94 - color contains mainly: blue. Hex color #15595E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15595E is #EAA6A1. Grayscale: #454545. Windows color (decimal): -15378082 or 6183189. OLE color: 6183189.

HSL color Cylindrical-coordinate representation of color #15595E: hue angle of 184.11º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15595E is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB218994-
CMYK0.780.0500.63
HSL184.11º63.48%22.55%-
HSV(B)184.11º77.66%36.86%-
XYZ5.98.1111.84-
YUV69.24141.9793.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.29%
GREEN value IS 89 (35.16% from 255) = 43.63%
BLUE value IS 94 (37.11% from 255) = 46.08%
R=10.29%
G=43.63%
B=46.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2189940.780.0500.63184.1163.4822.55
Hex15595E4E503Fb83f17
Octal2513113611650772707727
Binary1010110110011011110100111010101111111011100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15595E; }

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

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

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

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

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

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

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

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