Html Css Color HEX #115F56 Blue Stone

📋 copy color: '#115F56'

red 17 ◦ green 95 ◦ blue 86

#115F56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #115F56

Tints of Blue Stone #115F56

RGB

 RED value IS 17 (7.03% from 255) = 8.59%

 GREEN value IS 95 (37.5% from 255) = 47.98%

 BLUE value IS 86 (33.98% from 255) = 43.43%

R = 8.59%
G = 47.98%
B = 43.43%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.63

RGB Variations

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

Color information

#115F56 (or 0x115F56) is known color: Blue Stone. HEX triplet: 11, 5F and 56. RGB value is (17,95,86). Sum of RGB (Red+Green+Blue) = 17+95+86=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 95 (37.5% from 255 or 47.98% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 95 - color contains mainly: green. Hex color #115F56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115F56 is #EEA0A9. Grayscale: #464646. Windows color (decimal): -15638698 or 5660433. OLE color: 5660433.

HSL color Cylindrical-coordinate representation of color #115F56: hue angle of 173.08º 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 #115F56 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB 17 95 86 -
CMYK 0.82 0 0.09 0.63
HSL 173.08º 0.7% 0.22% -
HSV(B) 173.08º 0.82% 0.37% -
XYZ 6 8.98 10.22 -
YUV 70.65 136.66 89.73 -
System Red Green Blue C M Y K H S L
Decimal 17 95 86 0.82 0 0.09 0.63 173.08 0.7 0.22
Hex 11 5F 56 52 0 9 3F AD 46 16
Octal 21 137 126 122 0 11 77 255 106 26
Binary 10001 1011111 1010110 1010010 0 1001 111111 10101101 1000110 10110

Color Harmonies of #115F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115F56

Black with #115F56

Text Example


Text Example

White with #115F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #115F56;
 }
 .AnyTagClassName
 {
   color: #115F56;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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