#15685C

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

Shades of Blue Stone #15685C

Tints of Blue Stone #15685C

Color information

#15685C (or 0x15685C) is unknown color: approx Blue Stone. HEX triplet: 15, 68 and 5C. RGB value is (21,104,92). Sum of RGB (Red+Green+Blue) = 21+104+92=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 104 - color contains mainly: green. Hex color #15685C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15685C is #EA97A3. Grayscale: #4D4D4D. Windows color (decimal): -15374244 or 6055957. OLE color: 6055957.

HSL color Cylindrical-coordinate representation of color #15685C: hue angle of 171.33º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15685C is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB2110492-
CMYK0.8000.120.59
HSL171.33º66.4%24.51%-
HSV(B)171.33º79.81%40.78%-
XYZ7.1910.8311.84-
YUV77.8213687.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.68%
GREEN value IS 104 (41.02% from 255) = 47.93%
BLUE value IS 92 (36.33% from 255) = 42.40%
R=9.68%
G=47.93%
B=42.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21104920.8000.120.59171.3366.424.51
Hex15685C500C3Bab4219
Octal251501341200147325310231
Binary101011101000101110010100000110011101110101011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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