#15555D

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

Shades of Blue Stone #15555D

Tints of Blue Stone #15555D

Color information

#15555D (or 0x15555D) is unknown color: approx Blue Stone. HEX triplet: 15, 55 and 5D. RGB value is (21,85,93). Sum of RGB (Red+Green+Blue) = 21+85+93=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #15555D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15555D is #EAAAA2. Grayscale: #424242. Windows color (decimal): -15379107 or 6116629. OLE color: 6116629.

HSL color Cylindrical-coordinate representation of color #15555D: hue angle of 186.67º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15555D is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB218593-
CMYK0.770.0900.64
HSL186.67º63.16%22.35%-
HSV(B)186.67º77.42%36.47%-
XYZ5.537.4511.5-
YUV66.78142.895.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.55%
GREEN value IS 85 (33.59% from 255) = 42.71%
BLUE value IS 93 (36.72% from 255) = 46.73%
R=10.55%
G=42.71%
B=46.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2185930.770.0900.64186.6763.1622.35
Hex15555D4D9040bb3f16
Octal251251351151101002737726
Binary101011010101101110110011011001010000001011101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15555D; }

 p { color: rgb(21,85,93); }

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

<style>
 a { background-color: #15555D; }

 a { background-color: rgb(21,85,93); }

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

<style>
 span { border-color: #15555D; }

 span { border-color: rgb(21,85,93); }

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