Html Css Color HEX #115857 Blue Stone

📋 copy color: '#115857'

red 17 ◦ green 88 ◦ blue 87

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

Shades of Blue Stone #115857

Tints of Blue Stone #115857

RGB

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

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

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

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

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

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

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

Color convert

RGB 17 88 87 -
CMYK 0.81 0 0.01 0.65
HSL 179.15º 0.68% 0.21% -
HSV(B) 179.15º 0.81% 0.35% -
XYZ 5.44 7.79 10.23 -
YUV 66.66 139.48 92.58 -
System Red Green Blue C M Y K H S L
Decimal 17 88 87 0.81 0 0.01 0.65 179.15 0.68 0.21
Hex 11 58 57 51 0 1 41 B3 44 15
Octal 21 130 127 121 0 1 101 263 104 25
Binary 10001 1011000 1010111 1010001 0 1 1000001 10110011 1000100 10101

Color Harmonies of #115857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115857

Black with #115857

Text Example


Text Example

White with #115857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115857; }

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

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

background-color css

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

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

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

border-color css

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

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

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