#15635E

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

Shades of Blue Stone #15635E

Tints of Blue Stone #15635E

Color information

#15635E (or 0x15635E) is unknown color: approx Blue Stone. HEX triplet: 15, 63 and 5E. RGB value is (21,99,94). Sum of RGB (Red+Green+Blue) = 21+99+94=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 99 - color contains mainly: green. Hex color #15635E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15635E is #EA9CA1. Grayscale: #4B4B4B. Windows color (decimal): -15375522 or 6185749. OLE color: 6185749.

HSL color Cylindrical-coordinate representation of color #15635E: hue angle of 176.15º 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 #15635E is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB219994-
CMYK0.7900.050.61
HSL176.15º65%23.53%-
HSV(B)176.15º78.79%38.82%-
XYZ6.799.8912.14-
YUV75.11138.6689.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.81%
GREEN value IS 99 (39.06% from 255) = 46.26%
BLUE value IS 94 (37.11% from 255) = 43.93%
R=9.81%
G=46.26%
B=43.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2199940.7900.050.61176.156523.53
Hex15635E4F053Db04118
Octal25143136117057526010130
Binary10101110001110111101001111010111110110110000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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