#115F54

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

Shades of Blue Stone #115F54

Tints of Blue Stone #115F54

Color information

#115F54 (or 0x115F54) is unknown color: approx Blue Stone. HEX triplet: 11, 5F and 54. RGB value is (17,95,84). Sum of RGB (Red+Green+Blue) = 17+95+84=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 95 (37.5% from 255 or 48.47% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 95 - color contains mainly: green. Hex color #115F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115F54 is #EEA0AB. Grayscale: #464646. Windows color (decimal): -15638700 or 5529361. OLE color: 5529361.

HSL color Cylindrical-coordinate representation of color #115F54: hue angle of 171.54º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115F54 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.63.

Color convert

RGB179584-
CMYK0.8200.120.63
HSL171.54º69.64%21.96%-
HSV(B)171.54º82.11%37.25%-
XYZ5.928.949.8-
YUV70.42135.6689.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.67%
GREEN value IS 95 (37.5% from 255) = 48.47%
BLUE value IS 84 (33.20% from 255) = 42.86%
R=8.67%
G=48.47%
B=42.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1795840.8200.120.63171.5469.6421.96
Hex115F54520C3Fac4616
Octal211371241220147725410626
Binary100011011111101010010100100110011111110101100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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