#15625A

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

Shades of Blue Stone #15625A

Tints of Blue Stone #15625A

Color information

#15625A (or 0x15625A) is unknown color: approx Blue Stone. HEX triplet: 15, 62 and 5A. RGB value is (21,98,90). Sum of RGB (Red+Green+Blue) = 21+98+90=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 98 (38.67% from 255 or 46.89% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 98 - color contains mainly: green. Hex color #15625A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15625A is #EA9DA5. Grayscale: #4A4A4A. Windows color (decimal): -15375782 or 5923349. OLE color: 5923349.

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

Color convert

RGB219890-
CMYK0.7900.080.62
HSL173.77º64.71%23.33%-
HSV(B)173.77º78.57%38.43%-
XYZ6.529.6311.19-
YUV74.06136.9990.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.05%
GREEN value IS 98 (38.67% from 255) = 46.89%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=10.05%
G=46.89%
B=43.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2198900.7900.080.62173.7764.7123.33
Hex15625A4F083Eae4117
Octal251421321170107625610127
Binary101011100010101101010011110100011111010101110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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