#15665E

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

Shades of Blue Stone #15665E

Tints of Blue Stone #15665E

Color information

#15665E (or 0x15665E) is unknown color: approx Blue Stone. HEX triplet: 15, 66 and 5E. RGB value is (21,102,94). Sum of RGB (Red+Green+Blue) = 21+102+94=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 102 - color contains mainly: green. Hex color #15665E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15665E is #EA99A1. Grayscale: #4C4C4C. Windows color (decimal): -15374754 or 6186517. OLE color: 6186517.

HSL color Cylindrical-coordinate representation of color #15665E: hue angle of 174.07º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15665E is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB2110294-
CMYK0.7900.080.6
HSL174.07º65.85%24.12%-
HSV(B)174.07º79.41%40%-
XYZ7.0810.4712.24-
YUV76.87137.6688.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.68%
GREEN value IS 102 (40.23% from 255) = 47.00%
BLUE value IS 94 (37.11% from 255) = 43.32%
R=9.68%
G=47.00%
B=43.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21102940.7900.080.6174.0765.8524.12
Hex15665E4F083Cae4218
Octal251461361170107425610230
Binary101011100110101111010011110100011110010101110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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