Html Css Color HEX #11595B Blue Stone

📋 copy color: '#11595B'

red 17 ◦ green 89 ◦ blue 91

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

Shades of Blue Stone #11595B

Tints of Blue Stone #11595B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 46.19%

R = 8.63%
G = 45.18%
B = 46.19%

CMYK

 C value IS 0.81

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11595B (or 0x11595B) is known color: Blue Stone. HEX triplet: 11, 59 and 5B. RGB value is (17,89,91). Sum of RGB (Red+Green+Blue) = 17+89+91=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #11595B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11595B is #EEA6A4. Grayscale: #434343. Windows color (decimal): -15640229 or 5986577. OLE color: 5986577.

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

Color convert

RGB 17 89 91 -
CMYK 0.81 0.02 0 0.64
HSL 181.62º 0.69% 0.21% -
HSV(B) 181.62º 0.81% 0.36% -
XYZ 5.69 8.02 11.15 -
YUV 67.7 141.15 91.84 -
System Red Green Blue C M Y K H S L
Decimal 17 89 91 0.81 0.02 0 0.64 181.62 0.69 0.21
Hex 11 59 5B 51 2 0 40 B6 45 15
Octal 21 131 133 121 2 0 100 266 105 25
Binary 10001 1011001 1011011 1010001 10 0 1000000 10110110 1000101 10101

Color Harmonies of #11595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11595B

Black with #11595B

Text Example


Text Example

White with #11595B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11595B; }

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

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

background-color css

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

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

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

border-color css

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

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

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