Html Css Color HEX #11595A Blue Stone

📋 copy color: '#11595A'

red 17 ◦ green 89 ◦ blue 90

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

Shades of Blue Stone #11595A

Tints of Blue Stone #11595A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45.92%

R = 8.67%
G = 45.41%
B = 45.92%

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#11595A (or 0x11595A) is known color: Blue Stone. HEX triplet: 11, 59 and 5A. RGB value is (17,89,90). Sum of RGB (Red+Green+Blue) = 17+89+90=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #11595A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11595A is #EEA6A5. Grayscale: #434343. Windows color (decimal): -15640230 or 5921041. OLE color: 5921041.

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

Color convert

RGB 17 89 90 -
CMYK 0.81 0.01 0 0.65
HSL 180.82º 0.68% 0.21% -
HSV(B) 180.82º 0.81% 0.35% -
XYZ 5.65 8 10.92 -
YUV 67.59 140.65 91.92 -
System Red Green Blue C M Y K H S L
Decimal 17 89 90 0.81 0.01 0 0.65 180.82 0.68 0.21
Hex 11 59 5A 51 1 0 41 B5 44 15
Octal 21 131 132 121 1 0 101 265 104 25
Binary 10001 1011001 1011010 1010001 1 0 1000001 10110101 1000100 10101

Color Harmonies of #11595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11595A

Black with #11595A

Text Example


Text Example

White with #11595A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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