#15565D

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

Shades of Blue Stone #15565D

Tints of Blue Stone #15565D

Color information

#15565D (or 0x15565D) is unknown color: approx Blue Stone. HEX triplet: 15, 56 and 5D. RGB value is (21,86,93). Sum of RGB (Red+Green+Blue) = 21+86+93=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #15565D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15565D is #EAA9A2. Grayscale: #434343. Windows color (decimal): -15378851 or 6116885. OLE color: 6116885.

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

Color convert

RGB218693-
CMYK0.770.0800.64
HSL185.83º63.16%22.35%-
HSV(B)185.83º77.42%36.47%-
XYZ5.617.6111.53-
YUV67.36142.4794.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.5%
GREEN value IS 86 (33.98% from 255) = 43%
BLUE value IS 93 (36.72% from 255) = 46.5%
R=10.5%
G=43%
B=46.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2186930.770.0800.64185.8363.1622.35
Hex15565D4D8040ba3f16
Octal251261351151001002727726
Binary101011010110101110110011011000010000001011101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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