#15665B

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

Shades of Blue Stone #15665B

Tints of Blue Stone #15665B

Color information

#15665B (or 0x15665B) is unknown color: approx Blue Stone. HEX triplet: 15, 66 and 5B. RGB value is (21,102,91). Sum of RGB (Red+Green+Blue) = 21+102+91=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 102 - color contains mainly: green. Hex color #15665B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15665B is #EA99A4. Grayscale: #4C4C4C. Windows color (decimal): -15374757 or 5989909. OLE color: 5989909.

HSL color Cylindrical-coordinate representation of color #15665B: hue angle of 171.85º 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 #15665B is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB2110291-
CMYK0.7900.110.6
HSL171.85º65.85%24.12%-
HSV(B)171.85º79.41%40%-
XYZ6.9510.4211.54-
YUV76.53136.1688.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.81%
GREEN value IS 102 (40.23% from 255) = 47.66%
BLUE value IS 91 (35.94% from 255) = 42.52%
R=9.81%
G=47.66%
B=42.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21102910.7900.110.6171.8565.8524.12
Hex15665B4F0B3Cac4218
Octal251461331170137425410230
Binary101011100110101101110011110101111110010101100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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