#11535B

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

Shades of Blue Stone #11535B

Tints of Blue Stone #11535B

Color information

#11535B (or 0x11535B) is unknown color: approx Blue Stone. HEX triplet: 11, 53 and 5B. RGB value is (17,83,91). Sum of RGB (Red+Green+Blue) = 17+83+91=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #11535B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11535B is #EEACA4. Grayscale: #404040. Windows color (decimal): -15641765 or 5985041. OLE color: 5985041.

HSL color Cylindrical-coordinate representation of color #11535B: hue angle of 186.49º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11535B is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB178391-
CMYK0.810.0900.64
HSL186.49º68.52%21.18%-
HSV(B)186.49º81.32%35.69%-
XYZ5.217.0610.99-
YUV64.18143.1394.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.90%
GREEN value IS 83 (32.81% from 255) = 43.46%
BLUE value IS 91 (35.94% from 255) = 47.64%
R=8.90%
G=43.46%
B=47.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1783910.810.0900.64186.4968.5221.18
Hex11535B519040ba4515
Octal2112313312111010027210525
Binary1000110100111011011101000110010100000010111010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11535B; }

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

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

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

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

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

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

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

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