#19585C

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

Shades of Blue Stone #19585C

Tints of Blue Stone #19585C

Color information

#19585C (or 0x19585C) is unknown color: approx Blue Stone. HEX triplet: 19, 58 and 5C. RGB value is (25,88,92). Sum of RGB (Red+Green+Blue) = 25+88+92=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #19585C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19585C is #E6A7A3. Grayscale: #454545. Windows color (decimal): -15116196 or 6051865. OLE color: 6051865.

HSL color Cylindrical-coordinate representation of color #19585C: hue angle of 183.58º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19585C is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB258892-
CMYK0.730.0400.64
HSL183.58º57.26%22.94%-
HSV(B)183.58º72.83%36.08%-
XYZ5.827.9611.35-
YUV69.62140.6396.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.20%
GREEN value IS 88 (34.77% from 255) = 42.93%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=12.20%
G=42.93%
B=44.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2588920.730.0400.64183.5857.2622.94
Hex19585C494040b83917
Octal31130134111401002707127
Binary11001101100010111001001001100010000001011100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19585C; }

 p { color: rgb(25,88,92); }

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

<style>
 a { background-color: #19585C; }

 a { background-color: rgb(25,88,92); }

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

<style>
 span { border-color: #19585C; }

 span { border-color: rgb(25,88,92); }

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