#15525A

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

Shades of Blue Stone #15525A

Tints of Blue Stone #15525A

Color information

#15525A (or 0x15525A) is unknown color: approx Blue Stone. HEX triplet: 15, 52 and 5A. RGB value is (21,82,90). Sum of RGB (Red+Green+Blue) = 21+82+90=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #15525A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15525A is #EAADA5. Grayscale: #404040. Windows color (decimal): -15379878 or 5919253. OLE color: 5919253.

HSL color Cylindrical-coordinate representation of color #15525A: hue angle of 186.96º 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 #15525A is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB218290-
CMYK0.770.0900.65
HSL186.96º62.16%21.76%-
HSV(B)186.96º76.67%35.29%-
XYZ5.176.9310.74-
YUV64.67142.2996.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.88%
GREEN value IS 82 (32.42% from 255) = 42.49%
BLUE value IS 90 (35.55% from 255) = 46.63%
R=10.88%
G=42.49%
B=46.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2182900.770.0900.65186.9662.1621.76
Hex15525A4D9041bb3e16
Octal251221321151101012737626
Binary101011010010101101010011011001010000011011101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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