#15645E

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

Shades of Blue Stone #15645E

Tints of Blue Stone #15645E

Color information

#15645E (or 0x15645E) is unknown color: approx Blue Stone. HEX triplet: 15, 64 and 5E. RGB value is (21,100,94). Sum of RGB (Red+Green+Blue) = 21+100+94=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #15645E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15645E is #EA9BA1. Grayscale: #4B4B4B. Windows color (decimal): -15375266 or 6186005. OLE color: 6186005.

HSL color Cylindrical-coordinate representation of color #15645E: hue angle of 175.44º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15645E is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB2110094-
CMYK0.7900.060.61
HSL175.44º65.29%23.73%-
HSV(B)175.44º79%39.22%-
XYZ6.8910.0812.17-
YUV75.69138.3388.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.77%
GREEN value IS 100 (39.45% from 255) = 46.51%
BLUE value IS 94 (37.11% from 255) = 43.72%
R=9.77%
G=46.51%
B=43.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal21100940.7900.060.61175.4465.2923.73
Hex15645E4F063Daf4118
Octal25144136117067525710130
Binary10101110010010111101001111011011110110101111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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