#15655C

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

Shades of Blue Stone #15655C

Tints of Blue Stone #15655C

Color information

#15655C (or 0x15655C) is unknown color: approx Blue Stone. HEX triplet: 15, 65 and 5C. RGB value is (21,101,92). Sum of RGB (Red+Green+Blue) = 21+101+92=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 101 - color contains mainly: green. Hex color #15655C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15655C is #EA9AA3. Grayscale: #4C4C4C. Windows color (decimal): -15375012 or 6055189. OLE color: 6055189.

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

Color convert

RGB2110192-
CMYK0.7900.090.60
HSL173.25º65.57%23.92%-
HSV(B)173.25º79.21%39.61%-
XYZ6.8910.2411.74-
YUV76.0513788.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.81%
GREEN value IS 101 (39.84% from 255) = 47.20%
BLUE value IS 92 (36.33% from 255) = 42.99%
R=9.81%
G=47.20%
B=42.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21101920.7900.090.60173.2565.5723.92
Hex15655C4F093Cad4218
Octal251451341170117425510230
Binary101011100101101110010011110100111110010101101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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