Html Css Color HEX #115D55 Blue Stone

📋 copy color: '#115D55'

red 17 ◦ green 93 ◦ blue 85

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

Shades of Blue Stone #115D55

Tints of Blue Stone #115D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 43.59%

R = 8.72%
G = 47.69%
B = 43.59%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#115D55 (or 0x115D55) is known color: Blue Stone. HEX triplet: 11, 5D and 55. RGB value is (17,93,85). Sum of RGB (Red+Green+Blue) = 17+93+85=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 93 - color contains mainly: green. Hex color #115D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D55 is #EEA2AA. Grayscale: #454545. Windows color (decimal): -15639211 or 5594385. OLE color: 5594385.

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

Color convert

RGB 17 93 85 -
CMYK 0.82 0 0.09 0.64
HSL 173.68º 0.69% 0.22% -
HSV(B) 173.68º 0.82% 0.36% -
XYZ 5.79 8.6 9.95 -
YUV 69.36 136.82 90.65 -
System Red Green Blue C M Y K H S L
Decimal 17 93 85 0.82 0 0.09 0.64 173.68 0.69 0.22
Hex 11 5D 55 52 0 9 40 AE 45 16
Octal 21 135 125 122 0 11 100 256 105 26
Binary 10001 1011101 1010101 1010010 0 1001 1000000 10101110 1000101 10110

Color Harmonies of #115D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115D55

Black with #115D55

Text Example


Text Example

White with #115D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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