#15545F

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

Shades of Blue Stone #15545F

Tints of Blue Stone #15545F

Color information

#15545F (or 0x15545F) is unknown color: approx Blue Stone. HEX triplet: 15, 54 and 5F. RGB value is (21,84,95). Sum of RGB (Red+Green+Blue) = 21+84+95=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #15545F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15545F is #EAABA0. Grayscale: #424242. Windows color (decimal): -15379361 or 6247445. OLE color: 6247445.

HSL color Cylindrical-coordinate representation of color #15545F: hue angle of 188.92º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15545F is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB218495-
CMYK0.780.1200.63
HSL188.92º63.79%22.75%-
HSV(B)188.92º77.89%37.25%-
XYZ5.557.3311.95-
YUV66.42144.1395.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.5%
GREEN value IS 84 (33.20% from 255) = 42%
BLUE value IS 95 (37.5% from 255) = 47.5%
R=10.5%
G=42%
B=47.5%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2184950.780.1200.63188.9263.7922.75
Hex15545F4EC03Fbd4017
Octal251241371161407727510027
Binary101011010100101111110011101100011111110111101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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