#15665C

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

Shades of Blue Stone #15665C

Tints of Blue Stone #15665C

Color information

#15665C (or 0x15665C) is unknown color: approx Blue Stone. HEX triplet: 15, 66 and 5C. RGB value is (21,102,92). Sum of RGB (Red+Green+Blue) = 21+102+92=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 102 - color contains mainly: green. Hex color #15665C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15665C is #EA99A3. Grayscale: #4C4C4C. Windows color (decimal): -15374756 or 6055445. OLE color: 6055445.

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

Color convert

RGB2110292-
CMYK0.7900.100.6
HSL172.59º65.85%24.12%-
HSV(B)172.59º79.41%40%-
XYZ6.9910.4311.77-
YUV76.64136.6688.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.77%
GREEN value IS 102 (40.23% from 255) = 47.44%
BLUE value IS 92 (36.33% from 255) = 42.79%
R=9.77%
G=47.44%
B=42.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21102920.7900.100.6172.5965.8524.12
Hex15665C4F0A3Cad4218
Octal251461341170127425510230
Binary101011100110101110010011110101011110010101101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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