#15535B

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

Shades of Blue Stone #15535B

Tints of Blue Stone #15535B

Color information

#15535B (or 0x15535B) is unknown color: approx Blue Stone. HEX triplet: 15, 53 and 5B. RGB value is (21,83,91). Sum of RGB (Red+Green+Blue) = 21+83+91=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #15535B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15535B is #EAACA4. Grayscale: #414141. Windows color (decimal): -15379621 or 5985045. OLE color: 5985045.

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

Color convert

RGB218391-
CMYK0.770.0900.64
HSL186.86º62.5%21.96%-
HSV(B)186.86º76.92%35.69%-
XYZ5.297.110.99-
YUV65.37142.4696.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.77%
GREEN value IS 83 (32.81% from 255) = 42.56%
BLUE value IS 91 (35.94% from 255) = 46.67%
R=10.77%
G=42.56%
B=46.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2183910.770.0900.64186.8662.521.96
Hex15535B4D9040bb3e16
Octal251231331151101002737626
Binary101011010011101101110011011001010000001011101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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