#15565E

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

Shades of Blue Stone #15565E

Tints of Blue Stone #15565E

Color information

#15565E (or 0x15565E) is unknown color: approx Blue Stone. HEX triplet: 15, 56 and 5E. RGB value is (21,86,94). Sum of RGB (Red+Green+Blue) = 21+86+94=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 94 - color contains mainly: blue. Hex color #15565E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15565E is #EAA9A1. Grayscale: #434343. Windows color (decimal): -15378850 or 6182421. OLE color: 6182421.

HSL color Cylindrical-coordinate representation of color #15565E: hue angle of 186.58º degrees, saturation: 0.63, 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 #15565E is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB218694-
CMYK0.780.0900.63
HSL186.58º63.48%22.55%-
HSV(B)186.58º77.66%36.86%-
XYZ5.667.6211.76-
YUV67.48142.9794.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.45%
GREEN value IS 86 (33.98% from 255) = 42.79%
BLUE value IS 94 (37.11% from 255) = 46.77%
R=10.45%
G=42.79%
B=46.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2186940.780.0900.63186.5863.4822.55
Hex15565E4E903Fbb3f17
Octal25126136116110772737727
Binary10101101011010111101001110100101111111011101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15565E; }

 p { color: rgb(21,86,94); }

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

<style>
 a { background-color: #15565E; }

 a { background-color: rgb(21,86,94); }

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

<style>
 span { border-color: #15565E; }

 span { border-color: rgb(21,86,94); }

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