#15625E

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

Shades of Blue Stone #15625E

Tints of Blue Stone #15625E

Color information

#15625E (or 0x15625E) is unknown color: approx Blue Stone. HEX triplet: 15, 62 and 5E. RGB value is (21,98,94). Sum of RGB (Red+Green+Blue) = 21+98+94=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #15625E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15625E is #EA9DA1. Grayscale: #4A4A4A. Windows color (decimal): -15375778 or 6185493. OLE color: 6185493.

HSL color Cylindrical-coordinate representation of color #15625E: hue angle of 176.88º 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 #15625E is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB219894-
CMYK0.7900.040.62
HSL176.88º64.71%23.33%-
HSV(B)176.88º78.57%38.43%-
XYZ6.79.712.11-
YUV74.52138.9989.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.86%
GREEN value IS 98 (38.67% from 255) = 46.01%
BLUE value IS 94 (37.11% from 255) = 44.13%
R=9.86%
G=46.01%
B=44.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2198940.7900.040.62176.8864.7123.33
Hex15625E4F043Eb14117
Octal25142136117047626110127
Binary10101110001010111101001111010011111010110001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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