#115358

Color #115358 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #115358

Tints of Blue Stone #115358

Color information

#115358 (or 0x115358) is unknown color: approx Blue Stone. HEX triplet: 11, 53 and 58. RGB value is (17,83,88). Sum of RGB (Red+Green+Blue) = 17+83+88=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #115358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115358 is #EEACA7. Grayscale: #3F3F3F. Windows color (decimal): -15641768 or 5788433. OLE color: 5788433.

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

Color convert

RGB178388-
CMYK0.810.0600.65
HSL184.23º67.62%20.59%-
HSV(B)184.23º80.68%34.51%-
XYZ5.097.0110.32-
YUV63.84141.6394.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.04%
GREEN value IS 83 (32.81% from 255) = 44.15%
BLUE value IS 88 (34.77% from 255) = 46.81%
R=9.04%
G=44.15%
B=46.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1783880.810.0600.65184.2367.6220.59
Hex115358516041b84415
Octal211231301216010127010425
Binary100011010011101100010100011100100000110111000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115358; }

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

 H1.HeaderClassName
 {
   color: #115358;
 }
 .AnyTagClassName
 {
   color: #115358;
 }
</style>
background-color css

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

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

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

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

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

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