Html Css Color HEX #115859 Blue Stone

📋 copy color: '#115859'

red 17 ◦ green 88 ◦ blue 89

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

Shades of Blue Stone #115859

Tints of Blue Stone #115859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.36%

 BLUE value IS 89 (35.16% from 255) = 45.88%

R = 8.76%
G = 45.36%
B = 45.88%

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

#115859 (or 0x115859) is known color: Blue Stone. HEX triplet: 11, 58 and 59. RGB value is (17,88,89). Sum of RGB (Red+Green+Blue) = 17+88+89=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #115859 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115859 is #EEA7A6. Grayscale: #424242. Windows color (decimal): -15640487 or 5855249. OLE color: 5855249.

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

Color convert

RGB 17 88 89 -
CMYK 0.81 0.01 0 0.65
HSL 180.83º 0.68% 0.21% -
HSV(B) 180.83º 0.81% 0.35% -
XYZ 5.52 7.82 10.67 -
YUV 66.89 140.48 92.42 -
System Red Green Blue C M Y K H S L
Decimal 17 88 89 0.81 0.01 0 0.65 180.83 0.68 0.21
Hex 11 58 59 51 1 0 41 B5 44 15
Octal 21 130 131 121 1 0 101 265 104 25
Binary 10001 1011000 1011001 1010001 1 0 1000001 10110101 1000100 10101

Color Harmonies of #115859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115859

Black with #115859

Text Example


Text Example

White with #115859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115859; }

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

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

background-color css

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

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

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

border-color css

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

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

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