#115A54

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

Shades of Blue Stone #115A54

Tints of Blue Stone #115A54

Color information

#115A54 (or 0x115A54) is unknown color: approx Blue Stone. HEX triplet: 11, 5A and 54. RGB value is (17,90,84). Sum of RGB (Red+Green+Blue) = 17+90+84=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 90 (35.55% from 255 or 47.12% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 90 - color contains mainly: green. Hex color #115A54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A54 is #EEA5AB. Grayscale: #434343. Windows color (decimal): -15639980 or 5528081. OLE color: 5528081.

HSL color Cylindrical-coordinate representation of color #115A54: hue angle of 175.07º 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 #115A54 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB179084-
CMYK0.8100.070.65
HSL175.07º68.22%20.98%-
HSV(B)175.07º81.11%35.29%-
XYZ5.498.079.66-
YUV67.49137.3291.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.90%
GREEN value IS 90 (35.55% from 255) = 47.12%
BLUE value IS 84 (33.20% from 255) = 43.98%
R=8.90%
G=47.12%
B=43.98%

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
Decimal1790840.8100.070.65175.0768.2220.98
Hex115A54510741af4415
Octal211321241210710125710425
Binary100011011010101010010100010111100000110101111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,90,84); }

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

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

 a { background-color: rgb(17,90,84); }

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

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

 span { border-color: rgb(17,90,84); }

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