Html Css Color HEX #115B61 Blue Stone

📋 copy color: '#115B61'

red 17 ◦ green 91 ◦ blue 97

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

Shades of Blue Stone #115B61

Tints of Blue Stone #115B61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 47.32%

R = 8.29%
G = 44.39%
B = 47.32%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#115B61 (or 0x115B61) is known color: Blue Stone. HEX triplet: 11, 5B and 61. RGB value is (17,91,97). Sum of RGB (Red+Green+Blue) = 17+91+97=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #115B61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B61 is #EEA49E. Grayscale: #454545. Windows color (decimal): -15639711 or 6380305. OLE color: 6380305.

HSL color Cylindrical-coordinate representation of color #115B61: hue angle of 184.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115B61 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 91 97 -
CMYK 0.82 0.06 0 0.62
HSL 184.5º 0.7% 0.22% -
HSV(B) 184.5º 0.82% 0.38% -
XYZ 6.13 8.46 12.62 -
YUV 69.56 143.48 90.51 -
System Red Green Blue C M Y K H S L
Decimal 17 91 97 0.82 0.06 0 0.62 184.5 0.7 0.22
Hex 11 5B 61 52 6 0 3E B8 46 16
Octal 21 133 141 122 6 0 76 270 106 26
Binary 10001 1011011 1100001 1010010 110 0 111110 10111000 1000110 10110

Color Harmonies of #115B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115B61

Black with #115B61

Text Example


Text Example

White with #115B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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