#115C53

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

Shades of Blue Stone #115C53

Tints of Blue Stone #115C53

Color information

#115C53 (or 0x115C53) is unknown color: approx Blue Stone. HEX triplet: 11, 5C and 53. RGB value is (17,92,83). Sum of RGB (Red+Green+Blue) = 17+92+83=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 92 (36.33% from 255 or 47.92% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 92 - color contains mainly: green. Hex color #115C53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C53 is #EEA3AC. Grayscale: #444444. Windows color (decimal): -15639469 or 5463057. OLE color: 5463057.

HSL color Cylindrical-coordinate representation of color #115C53: hue angle of 172.8º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115C53 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB179283-
CMYK0.8200.100.64
HSL172.8º68.81%21.37%-
HSV(B)172.8º81.52%36.08%-
XYZ5.628.49.51-
YUV68.55136.1591.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.85%
GREEN value IS 92 (36.33% from 255) = 47.92%
BLUE value IS 83 (32.81% from 255) = 43.23%
R=8.85%
G=47.92%
B=43.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1792830.8200.100.64172.868.8121.37
Hex115C53520A40ad4515
Octal2113412312201210025510525
Binary1000110111001010011101001001010100000010101101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115C53; }

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

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

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

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

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

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

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

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