Html Css Color HEX #115858 Blue Stone

📋 copy color: '#115858'

red 17 ◦ green 88 ◦ blue 88

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

Shades of Blue Stone #115858

Tints of Blue Stone #115858

RGB

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

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

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

R = 8.81%
G = 45.6%
B = 45.6%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#115858 (or 0x115858) is known color: Blue Stone. HEX triplet: 11, 58 and 58. RGB value is (17,88,88). Sum of RGB (Red+Green+Blue) = 17+88+88=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #115858 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115858 is #EEA7A7. Grayscale: #424242. Windows color (decimal): -15640488 or 5789713. OLE color: 5789713.

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

Color convert

RGB 17 88 88 -
CMYK 0.81 0 0 0.65
HSL 180º 0.68% 0.21% -
HSV(B) 180º 0.81% 0.35% -
XYZ 5.48 7.8 10.45 -
YUV 66.77 139.98 92.5 -
System Red Green Blue C M Y K H S L
Decimal 17 88 88 0.81 0 0 0.65 180 0.68 0.21
Hex 11 58 58 51 0 0 41 B4 44 15
Octal 21 130 130 121 0 0 101 264 104 25
Binary 10001 1011000 1011000 1010001 0 0 1000001 10110100 1000100 10101

Color Harmonies of #115858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115858

Black with #115858

Text Example


Text Example

White with #115858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115858; }

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

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

background-color css

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

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

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

border-color css

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

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

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