Html Css Color HEX #115658 Blue Stone

📋 copy color: '#115658'

red 17 ◦ green 86 ◦ blue 88

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

Shades of Blue Stone #115658

Tints of Blue Stone #115658

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.03%

 BLUE value IS 88 (34.77% from 255) = 46.07%

R = 8.9%
G = 45.03%
B = 46.07%

CMYK

 C value IS 0.81

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#115658 (or 0x115658) is known color: Blue Stone. HEX triplet: 11, 56 and 58. RGB value is (17,86,88). Sum of RGB (Red+Green+Blue) = 17+86+88=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #115658 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115658 is #EEA9A7. Grayscale: #414141. Windows color (decimal): -15641000 or 5789201. OLE color: 5789201.

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

Color convert

RGB 17 86 88 -
CMYK 0.81 0.02 0 0.65
HSL 181.69º 0.68% 0.21% -
HSV(B) 181.69º 0.81% 0.35% -
XYZ 5.32 7.48 10.4 -
YUV 65.6 140.64 93.34 -
System Red Green Blue C M Y K H S L
Decimal 17 86 88 0.81 0.02 0 0.65 181.69 0.68 0.21
Hex 11 56 58 51 2 0 41 B6 44 15
Octal 21 126 130 121 2 0 101 266 104 25
Binary 10001 1010110 1011000 1010001 10 0 1000001 10110110 1000100 10101

Color Harmonies of #115658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115658

Black with #115658

Text Example


Text Example

White with #115658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115658; }

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

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

background-color css

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

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

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

border-color css

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

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

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