#15615F

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

Shades of Blue Stone #15615F

Tints of Blue Stone #15615F

Color information

#15615F (or 0x15615F) is unknown color: approx Blue Stone. HEX triplet: 15, 61 and 5F. RGB value is (21,97,95). Sum of RGB (Red+Green+Blue) = 21+97+95=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #15615F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15615F is #EA9EA0. Grayscale: #494949. Windows color (decimal): -15376033 or 6250773. OLE color: 6250773.

HSL color Cylindrical-coordinate representation of color #15615F: hue angle of 178.42º 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 #15615F is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB219795-
CMYK0.7800.020.62
HSL178.42º64.41%23.14%-
HSV(B)178.42º78.35%38.04%-
XYZ6.659.5412.32-
YUV74.05139.8290.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.86%
GREEN value IS 97 (38.28% from 255) = 45.54%
BLUE value IS 95 (37.5% from 255) = 44.60%
R=9.86%
G=45.54%
B=44.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2197950.7800.020.62178.4264.4123.14
Hex15615F4E023Eb24017
Octal25141137116027626210027
Binary1010111000011011111100111001011111010110010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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