#15685E

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

Shades of Blue Stone #15685E

Tints of Blue Stone #15685E

Color information

#15685E (or 0x15685E) is unknown color: approx Blue Stone. HEX triplet: 15, 68 and 5E. RGB value is (21,104,94). Sum of RGB (Red+Green+Blue) = 21+104+94=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #15685E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15685E is #EA97A1. Grayscale: #4E4E4E. Windows color (decimal): -15374242 or 6187029. OLE color: 6187029.

HSL color Cylindrical-coordinate representation of color #15685E: hue angle of 172.77º 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 #15685E is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB2110494-
CMYK0.8000.100.59
HSL172.77º66.4%24.51%-
HSV(B)172.77º79.81%40.78%-
XYZ7.2810.8712.3-
YUV78.0413787.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.59%
GREEN value IS 104 (41.02% from 255) = 47.49%
BLUE value IS 94 (37.11% from 255) = 42.92%
R=9.59%
G=47.49%
B=42.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21104940.8000.100.59172.7766.424.51
Hex15685E500A3Bad4219
Octal251501361200127325510231
Binary101011101000101111010100000101011101110101101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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