Html Css Color HEX #115758 Blue Stone

📋 copy color: '#115758'

red 17 ◦ green 87 ◦ blue 88

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

Shades of Blue Stone #115758

Tints of Blue Stone #115758

RGB

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

 GREEN value IS 87 (34.38% from 255) = 45.31%

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

R = 8.85%
G = 45.31%
B = 45.83%

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

#115758 (or 0x115758) is known color: Blue Stone. HEX triplet: 11, 57 and 58. RGB value is (17,87,88). Sum of RGB (Red+Green+Blue) = 17+87+88=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #115758 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115758 is #EEA8A7. Grayscale: #424242. Windows color (decimal): -15640744 or 5789457. OLE color: 5789457.

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

Color convert

RGB 17 87 88 -
CMYK 0.81 0.01 0 0.65
HSL 180.85º 0.68% 0.21% -
HSV(B) 180.85º 0.81% 0.35% -
XYZ 5.4 7.64 10.42 -
YUV 66.18 140.31 92.92 -
System Red Green Blue C M Y K H S L
Decimal 17 87 88 0.81 0.01 0 0.65 180.85 0.68 0.21
Hex 11 57 58 51 1 0 41 B5 44 15
Octal 21 127 130 121 1 0 101 265 104 25
Binary 10001 1010111 1011000 1010001 1 0 1000001 10110101 1000100 10101

Color Harmonies of #115758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115758

Black with #115758

Text Example


Text Example

White with #115758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115758; }

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

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

background-color css

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

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

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

border-color css

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

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

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