#15575C

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

Shades of Blue Stone #15575C

Tints of Blue Stone #15575C

Color information

#15575C (or 0x15575C) is unknown color: approx Blue Stone. HEX triplet: 15, 57 and 5C. RGB value is (21,87,92). Sum of RGB (Red+Green+Blue) = 21+87+92=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #15575C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15575C is #EAA8A3. Grayscale: #434343. Windows color (decimal): -15378596 or 6051605. OLE color: 6051605.

HSL color Cylindrical-coordinate representation of color #15575C: hue angle of 184.23º 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 #15575C is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB218792-
CMYK0.770.0500.64
HSL184.23º62.83%22.16%-
HSV(B)184.23º77.17%36.08%-
XYZ5.657.7511.32-
YUV67.84141.6394.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.5%
GREEN value IS 87 (34.38% from 255) = 43.5%
BLUE value IS 92 (36.33% from 255) = 46%
R=10.5%
G=43.5%
B=46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2187920.770.0500.64184.2362.8322.16
Hex15575C4D5040b83f16
Octal25127134115501002707726
Binary10101101011110111001001101101010000001011100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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