#25595E

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

Shades of Blue Stone #25595E

Tints of Blue Stone #25595E

Color information

#25595E (or 0x25595E) is unknown color: approx Blue Stone. HEX triplet: 25, 59 and 5E. RGB value is (37,89,94). Sum of RGB (Red+Green+Blue) = 37+89+94=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 94 - color contains mainly: blue. Hex color #25595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25595E is #DAA6A1. Grayscale: #494949. Windows color (decimal): -14329506 or 6183205. OLE color: 6183205.

HSL color Cylindrical-coordinate representation of color #25595E: hue angle of 185.26º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25595E is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB378994-
CMYK0.610.0500.63
HSL185.26º43.51%25.69%-
HSV(B)185.26º60.64%36.86%-
XYZ6.368.3511.87-
YUV74.02139.27101.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.82%
GREEN value IS 89 (35.16% from 255) = 40.45%
BLUE value IS 94 (37.11% from 255) = 42.73%
R=16.82%
G=40.45%
B=42.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3789940.610.0500.63185.2643.5125.69
Hex25595E3D503Fb92c1a
Octal451311367550772715432
Binary1001011011001101111011110110101111111011100110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,89,94); }

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

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

 a { background-color: rgb(37,89,94); }

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

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

 span { border-color: rgb(37,89,94); }

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