#15565C

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

Shades of Blue Stone #15565C

Tints of Blue Stone #15565C

Color information

#15565C (or 0x15565C) is unknown color: approx Blue Stone. HEX triplet: 15, 56 and 5C. RGB value is (21,86,92). Sum of RGB (Red+Green+Blue) = 21+86+92=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #15565C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15565C is #EAA9A3. Grayscale: #434343. Windows color (decimal): -15378852 or 6051349. OLE color: 6051349.

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

Color convert

RGB218692-
CMYK0.770.0700.64
HSL185.07º62.83%22.16%-
HSV(B)185.07º77.17%36.08%-
XYZ5.577.5911.3-
YUV67.25141.9795.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.55%
GREEN value IS 86 (33.98% from 255) = 43.22%
BLUE value IS 92 (36.33% from 255) = 46.23%
R=10.55%
G=43.22%
B=46.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2186920.770.0700.64185.0762.8322.16
Hex15565C4D7040b93f16
Octal25126134115701002717726
Binary10101101011010111001001101111010000001011100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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