#15575D

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

Shades of Blue Stone #15575D

Tints of Blue Stone #15575D

Color information

#15575D (or 0x15575D) is unknown color: approx Blue Stone. HEX triplet: 15, 57 and 5D. RGB value is (21,87,93). Sum of RGB (Red+Green+Blue) = 21+87+93=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #15575D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15575D is #EAA8A2. Grayscale: #434343. Windows color (decimal): -15378595 or 6117141. OLE color: 6117141.

HSL color Cylindrical-coordinate representation of color #15575D: hue angle of 185º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15575D is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB218793-
CMYK0.770.0600.64
HSL185º63.16%22.35%-
HSV(B)185º77.42%36.47%-
XYZ5.697.7711.55-
YUV67.95142.1394.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.45%
GREEN value IS 87 (34.38% from 255) = 43.28%
BLUE value IS 93 (36.72% from 255) = 46.27%
R=10.45%
G=43.28%
B=46.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2187930.770.0600.6418563.1622.35
Hex15575D4D6040b93f16
Octal25127135115601002717726
Binary10101101011110111011001101110010000001011100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15575D; }

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

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

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

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

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

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

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

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