#15605f

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

Shades of Blue Stone #15605F

Tints of Blue Stone #15605F

Color information

#15605F (or 0x15605F) is unknown color: approx Blue Stone. HEX triplet: 15, 60 and 5F. RGB value is (21,96,95). Sum of RGB (Red+Green+Blue) = 21+96+95=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #15605F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15605F is #EA9FA0. Grayscale: #494949. Windows color (decimal): -15376289 or 6250517. OLE color: 6250517.

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

Color convert

RGB219695-
CMYK0.7800.010.62
HSL179.2º64.1%22.94%-
HSV(B)179.2º78.12%37.65%-
XYZ6.569.3512.29-
YUV73.46140.1590.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.91%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 95 (37.5% from 255) = 44.81%
R=9.91%
G=45.28%
B=44.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2196950.7800.010.62179.264.122.94
Hex15605F4E013Eb34017
Octal25140137116017626310027
Binary101011100000101111110011100111111010110011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15605f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15605f; }

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

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

<style>
 a { background-color: #15605f; }

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

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

<style>
 span { border-color: #15605f; }

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

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