#15625F

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

Shades of Blue Stone #15625F

Tints of Blue Stone #15625F

Color information

#15625F (or 0x15625F) is unknown color: approx Blue Stone. HEX triplet: 15, 62 and 5F. RGB value is (21,98,95). Sum of RGB (Red+Green+Blue) = 21+98+95=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 98 - color contains mainly: green. Hex color #15625F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15625F is #EA9DA0. Grayscale: #4A4A4A. Windows color (decimal): -15375777 or 6251029. OLE color: 6251029.

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

Color convert

RGB219895-
CMYK0.7900.030.62
HSL177.66º64.71%23.33%-
HSV(B)177.66º78.57%38.43%-
XYZ6.749.7212.35-
YUV74.63139.4989.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.81%
GREEN value IS 98 (38.67% from 255) = 45.79%
BLUE value IS 95 (37.5% from 255) = 44.39%
R=9.81%
G=45.79%
B=44.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2198950.7900.030.62177.6664.7123.33
Hex15625F4F033Eb24117
Octal25142137117037626210127
Binary1010111000101011111100111101111111010110010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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