#15545B

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

Shades of Blue Stone #15545B

Tints of Blue Stone #15545B

Color information

#15545B (or 0x15545B) is unknown color: approx Blue Stone. HEX triplet: 15, 54 and 5B. RGB value is (21,84,91). Sum of RGB (Red+Green+Blue) = 21+84+91=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #15545B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15545B is #EAABA4. Grayscale: #414141. Windows color (decimal): -15379365 or 5985301. OLE color: 5985301.

HSL color Cylindrical-coordinate representation of color #15545B: hue angle of 186º 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 #15545B is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB218491-
CMYK0.770.0800.64
HSL186º62.5%21.96%-
HSV(B)186º76.92%35.69%-
XYZ5.377.2611.02-
YUV65.96142.1395.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.71%
GREEN value IS 84 (33.20% from 255) = 42.86%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=10.71%
G=42.86%
B=46.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2184910.770.0800.6418662.521.96
Hex15545B4D8040ba3e16
Octal251241331151001002727626
Binary101011010100101101110011011000010000001011101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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