#11585D

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

Shades of Blue Stone #11585D

Tints of Blue Stone #11585D

Color information

#11585D (or 0x11585D) is unknown color: approx Blue Stone. HEX triplet: 11, 58 and 5D. RGB value is (17,88,93). Sum of RGB (Red+Green+Blue) = 17+88+93=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #11585D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11585D is #EEA7A2. Grayscale: #434343. Windows color (decimal): -15640483 or 6117393. OLE color: 6117393.

HSL color Cylindrical-coordinate representation of color #11585D: hue angle of 183.95º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11585D is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB178893-
CMYK0.820.0500.64
HSL183.95º69.09%21.57%-
HSV(B)183.95º81.72%36.47%-
XYZ5.77.8911.58-
YUV67.34142.4892.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.59%
GREEN value IS 88 (34.77% from 255) = 44.44%
BLUE value IS 93 (36.72% from 255) = 46.97%
R=8.59%
G=44.44%
B=46.97%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1788930.820.0500.64183.9569.0921.57
Hex11585D525040b84516
Octal211301351225010027010526
Binary100011011000101110110100101010100000010111000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11585D; }

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

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

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

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

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

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

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

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