Html Css Color HEX #115F52 Blue Stone

📋 copy color: '#115F52'

red 17 ◦ green 95 ◦ blue 82

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

Shades of Blue Stone #115F52

Tints of Blue Stone #115F52

RGB

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

 GREEN value IS 95 (37.5% from 255) = 48.97%

 BLUE value IS 82 (32.42% from 255) = 42.27%

R = 8.76%
G = 48.97%
B = 42.27%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.14

 K value IS 0.63

RGB Variations

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

Color information

#115F52 (or 0x115F52) is known color: Blue Stone. HEX triplet: 11, 5F and 52. RGB value is (17,95,82). Sum of RGB (Red+Green+Blue) = 17+95+82=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 95 (37.5% from 255 or 48.97% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 95 - color contains mainly: green. Hex color #115F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115F52 is #EEA0AD. Grayscale: #464646. Windows color (decimal): -15638702 or 5398289. OLE color: 5398289.

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

Color convert

RGB 17 95 82 -
CMYK 0.82 0 0.14 0.63
HSL 170º 0.7% 0.22% -
HSV(B) 170º 0.82% 0.37% -
XYZ 5.85 8.91 9.39 -
YUV 70.2 134.66 90.06 -
System Red Green Blue C M Y K H S L
Decimal 17 95 82 0.82 0 0.14 0.63 170 0.7 0.22
Hex 11 5F 52 52 0 E 3F AA 46 16
Octal 21 137 122 122 0 16 77 252 106 26
Binary 10001 1011111 1010010 1010010 0 1110 111111 10101010 1000110 10110

Color Harmonies of #115F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115F52

Black with #115F52

Text Example


Text Example

White with #115F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,95,82); }

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

background-color css

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

 a { background-color: rgb(17,95,82); }

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

border-color css

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

 span { border-color: rgb(17,95,82); }

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