Html Css Color HEX #115458 Blue Stone

📋 copy color: '#115458'

red 17 ◦ green 84 ◦ blue 88

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

Shades of Blue Stone #115458

Tints of Blue Stone #115458

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.44%

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

R = 8.99%
G = 44.44%
B = 46.56%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#115458 (or 0x115458) is known color: Blue Stone. HEX triplet: 11, 54 and 58. RGB value is (17,84,88). Sum of RGB (Red+Green+Blue) = 17+84+88=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #115458 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115458 is #EEABA7. Grayscale: #404040. Windows color (decimal): -15641512 or 5788689. OLE color: 5788689.

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

Color convert

RGB 17 84 88 -
CMYK 0.81 0.05 0 0.65
HSL 183.38º 0.68% 0.21% -
HSV(B) 183.38º 0.81% 0.35% -
XYZ 5.16 7.16 10.34 -
YUV 64.42 141.3 94.17 -
System Red Green Blue C M Y K H S L
Decimal 17 84 88 0.81 0.05 0 0.65 183.38 0.68 0.21
Hex 11 54 58 51 5 0 41 B7 44 15
Octal 21 124 130 121 5 0 101 267 104 25
Binary 10001 1010100 1011000 1010001 101 0 1000001 10110111 1000100 10101

Color Harmonies of #115458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115458

Black with #115458

Text Example


Text Example

White with #115458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115458; }

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

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

background-color css

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

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

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

border-color css

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

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

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