#15535A

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

Shades of Blue Stone #15535A

Tints of Blue Stone #15535A

Color information

#15535A (or 0x15535A) is unknown color: approx Blue Stone. HEX triplet: 15, 53 and 5A. RGB value is (21,83,90). Sum of RGB (Red+Green+Blue) = 21+83+90=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #15535A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15535A is #EAACA5. Grayscale: #414141. Windows color (decimal): -15379622 or 5919509. OLE color: 5919509.

HSL color Cylindrical-coordinate representation of color #15535A: hue angle of 186.09º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15535A is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB218390-
CMYK0.770.0800.65
HSL186.09º62.16%21.76%-
HSV(B)186.09º76.67%35.29%-
XYZ5.257.0810.76-
YUV65.26141.9696.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.82%
GREEN value IS 83 (32.81% from 255) = 42.78%
BLUE value IS 90 (35.55% from 255) = 46.39%
R=10.82%
G=42.78%
B=46.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2183900.770.0800.65186.0962.1621.76
Hex15535A4D8041ba3e16
Octal251231321151001012727626
Binary101011010011101101010011011000010000011011101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15535A; }

 p { color: rgb(21,83,90); }

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

<style>
 a { background-color: #15535A; }

 a { background-color: rgb(21,83,90); }

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

<style>
 span { border-color: #15535A; }

 span { border-color: rgb(21,83,90); }

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