Html Css Color HEX #115D59 Blue Stone

📋 copy color: '#115D59'

red 17 ◦ green 93 ◦ blue 89

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

Shades of Blue Stone #115D59

Tints of Blue Stone #115D59

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.73%

 BLUE value IS 89 (35.16% from 255) = 44.72%

R = 8.54%
G = 46.73%
B = 44.72%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#115D59 (or 0x115D59) is known color: Blue Stone. HEX triplet: 11, 5D and 59. RGB value is (17,93,89). Sum of RGB (Red+Green+Blue) = 17+93+89=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 93 (36.72% from 255 or 46.73% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 93 - color contains mainly: green. Hex color #115D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D59 is #EEA2A6. Grayscale: #454545. Windows color (decimal): -15639207 or 5856529. OLE color: 5856529.

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

Color convert

RGB 17 93 89 -
CMYK 0.82 0 0.04 0.64
HSL 176.84º 0.69% 0.22% -
HSV(B) 176.84º 0.82% 0.36% -
XYZ 5.95 8.67 10.81 -
YUV 69.82 138.82 90.33 -
System Red Green Blue C M Y K H S L
Decimal 17 93 89 0.82 0 0.04 0.64 176.84 0.69 0.22
Hex 11 5D 59 52 0 4 40 B1 45 16
Octal 21 135 131 122 0 4 100 261 105 26
Binary 10001 1011101 1011001 1010010 0 100 1000000 10110001 1000101 10110

Color Harmonies of #115D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115D59

Black with #115D59

Text Example


Text Example

White with #115D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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