#115953

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

Shades of Blue Stone #115953

Tints of Blue Stone #115953

Color information

#115953 (or 0x115953) is unknown color: approx Blue Stone. HEX triplet: 11, 59 and 53. RGB value is (17,89,83). Sum of RGB (Red+Green+Blue) = 17+89+83=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 89 - color contains mainly: green. Hex color #115953 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115953 is #EEA6AC. Grayscale: #424242. Windows color (decimal): -15640237 or 5462289. OLE color: 5462289.

HSL color Cylindrical-coordinate representation of color #115953: hue angle of 175º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115953 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB178983-
CMYK0.8100.070.65
HSL175º67.92%20.78%-
HSV(B)175º80.9%34.9%-
XYZ5.367.899.42-
YUV66.79137.1592.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.99%
GREEN value IS 89 (35.16% from 255) = 47.09%
BLUE value IS 83 (32.81% from 255) = 43.92%
R=8.99%
G=47.09%
B=43.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1789830.8100.070.6517567.9220.78
Hex115953510741af4415
Octal211311231210710125710425
Binary100011011001101001110100010111100000110101111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115953; }

 p { color: rgb(17,89,83); }

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

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

 a { background-color: rgb(17,89,83); }

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

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

 span { border-color: rgb(17,89,83); }

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