Html Css Color HEX #115950 Blue Stone

📋 copy color: '#115950'

red 17 ◦ green 89 ◦ blue 80

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

Shades of Blue Stone #115950

Tints of Blue Stone #115950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 47.85%

 BLUE value IS 80 (31.64% from 255) = 43.01%

R = 9.14%
G = 47.85%
B = 43.01%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#115950 (or 0x115950) is known color: Blue Stone. HEX triplet: 11, 59 and 50. RGB value is (17,89,80). Sum of RGB (Red+Green+Blue) = 17+89+80=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 89 - color contains mainly: green. Hex color #115950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115950 is #EEA6AF. Grayscale: #424242. Windows color (decimal): -15640240 or 5265681. OLE color: 5265681.

HSL color Cylindrical-coordinate representation of color #115950: hue angle of 172.5º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115950 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 89 80 -
CMYK 0.81 0 0.10 0.65
HSL 172.5º 0.68% 0.21% -
HSV(B) 172.5º 0.81% 0.35% -
XYZ 5.25 7.84 8.83 -
YUV 66.45 135.65 92.73 -
System Red Green Blue C M Y K H S L
Decimal 17 89 80 0.81 0 0.10 0.65 172.5 0.68 0.21
Hex 11 59 50 51 0 A 41 AC 44 15
Octal 21 131 120 121 0 12 101 254 104 25
Binary 10001 1011001 1010000 1010001 0 1010 1000001 10101100 1000100 10101

Color Harmonies of #115950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115950

Black with #115950

Text Example


Text Example

White with #115950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115950; }

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

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

background-color css

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

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

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

border-color css

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

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

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