#115852

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

Shades of Blue Stone #115852

Tints of Blue Stone #115852

Color information

#115852 (or 0x115852) is unknown color: approx Blue Stone. HEX triplet: 11, 58 and 52. RGB value is (17,88,82). Sum of RGB (Red+Green+Blue) = 17+88+82=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 88 - color contains mainly: green. Hex color #115852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115852 is #EEA7AD. Grayscale: #424242. Windows color (decimal): -15640494 or 5396497. OLE color: 5396497.

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

Color convert

RGB178882-
CMYK0.8100.070.65
HSL174.93º67.62%20.59%-
HSV(B)174.93º80.68%34.51%-
XYZ5.247.719.19-
YUV66.09136.9892.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.09%
GREEN value IS 88 (34.77% from 255) = 47.06%
BLUE value IS 82 (32.42% from 255) = 43.85%
R=9.09%
G=47.06%
B=43.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1788820.8100.070.65174.9367.6220.59
Hex115852510741af4415
Octal211301221210710125710425
Binary100011011000101001010100010111100000110101111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115852; }

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

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

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

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

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

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

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

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