Html Css Color HEX #115B55 Blue Stone

📋 copy color: '#115B55'

red 17 ◦ green 91 ◦ blue 85

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

Shades of Blue Stone #115B55

Tints of Blue Stone #115B55

RGB

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

 GREEN value IS 91 (35.94% from 255) = 47.15%

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

R = 8.81%
G = 47.15%
B = 44.04%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.64

RGB Variations

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

Color information

#115B55 (or 0x115B55) is known color: Blue Stone. HEX triplet: 11, 5B and 55. RGB value is (17,91,85). Sum of RGB (Red+Green+Blue) = 17+91+85=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 91 (35.94% from 255 or 47.15% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 91 - color contains mainly: green. Hex color #115B55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B55 is #EEA4AA. Grayscale: #444444. Windows color (decimal): -15639723 or 5593873. OLE color: 5593873.

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

Color convert

RGB 17 91 85 -
CMYK 0.81 0 0.07 0.64
HSL 175.14º 0.69% 0.21% -
HSV(B) 175.14º 0.81% 0.36% -
XYZ 5.61 8.26 9.89 -
YUV 68.19 137.48 91.49 -
System Red Green Blue C M Y K H S L
Decimal 17 91 85 0.81 0 0.07 0.64 175.14 0.69 0.21
Hex 11 5B 55 51 0 7 40 AF 45 15
Octal 21 133 125 121 0 7 100 257 105 25
Binary 10001 1011011 1010101 1010001 0 111 1000000 10101111 1000101 10101

Color Harmonies of #115B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115B55

Black with #115B55

Text Example


Text Example

White with #115B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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