#17595C

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

Shades of Blue Stone #17595C

Tints of Blue Stone #17595C

Color information

#17595C (or 0x17595C) is unknown color: approx Blue Stone. HEX triplet: 17, 59 and 5C. RGB value is (23,89,92). Sum of RGB (Red+Green+Blue) = 23+89+92=204 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.27% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #17595C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17595C is #E8A6A3. Grayscale: #454545. Windows color (decimal): -15247012 or 6052119. OLE color: 6052119.

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

Color convert

RGB238992-
CMYK0.750.0300.64
HSL182.61º60%22.55%-
HSV(B)182.61º75%36.08%-
XYZ5.868.111.38-
YUV69.61140.6394.76-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.27%
GREEN value IS 89 (35.16% from 255) = 43.63%
BLUE value IS 92 (36.33% from 255) = 45.10%
R=11.27%
G=43.63%
B=45.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2389920.750.0300.64182.616022.55
Hex17595C4B3040b73c17
Octal27131134113301002677427
Binary1011110110011011100100101111010000001011011111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,89,92); }

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

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

 a { background-color: rgb(23,89,92); }

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

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

 span { border-color: rgb(23,89,92); }

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