#15585D

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

Shades of Blue Stone #15585D

Tints of Blue Stone #15585D

Color information

#15585D (or 0x15585D) is unknown color: approx Blue Stone. HEX triplet: 15, 58 and 5D. RGB value is (21,88,93). Sum of RGB (Red+Green+Blue) = 21+88+93=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #15585D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15585D is #EAA7A2. Grayscale: #444444. Windows color (decimal): -15378339 or 6117397. OLE color: 6117397.

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

Color convert

RGB218893-
CMYK0.770.0500.64
HSL184.17º63.16%22.35%-
HSV(B)184.17º77.42%36.47%-
XYZ5.777.9311.58-
YUV68.54141.894.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.40%
GREEN value IS 88 (34.77% from 255) = 43.56%
BLUE value IS 93 (36.72% from 255) = 46.04%
R=10.40%
G=43.56%
B=46.04%

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
Decimal2188930.770.0500.64184.1763.1622.35
Hex15585D4D5040b83f16
Octal25130135115501002707726
Binary10101101100010111011001101101010000001011100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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