Html Css Color HEX #115B53 Blue Stone

📋 copy color: '#115B53'

red 17 ◦ green 91 ◦ blue 83

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

Shades of Blue Stone #115B53

Tints of Blue Stone #115B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.46%

R = 8.9%
G = 47.64%
B = 43.46%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#115B53 (or 0x115B53) is known color: Blue Stone. HEX triplet: 11, 5B and 53. RGB value is (17,91,83). Sum of RGB (Red+Green+Blue) = 17+91+83=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 91 (35.94% from 255 or 47.64% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 91 - color contains mainly: green. Hex color #115B53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B53 is #EEA4AC. Grayscale: #434343. Windows color (decimal): -15639725 or 5462801. OLE color: 5462801.

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

Color convert

RGB 17 91 83 -
CMYK 0.81 0 0.09 0.64
HSL 173.51º 0.69% 0.21% -
HSV(B) 173.51º 0.81% 0.36% -
XYZ 5.53 8.23 9.48 -
YUV 67.96 136.48 91.65 -
System Red Green Blue C M Y K H S L
Decimal 17 91 83 0.81 0 0.09 0.64 173.51 0.69 0.21
Hex 11 5B 53 51 0 9 40 AE 45 15
Octal 21 133 123 121 0 11 100 256 105 25
Binary 10001 1011011 1010011 1010001 0 1001 1000000 10101110 1000101 10101

Color Harmonies of #115B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115B53

Black with #115B53

Text Example


Text Example

White with #115B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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