#17575F

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

Shades of Blue Stone #17575F

Tints of Blue Stone #17575F

Color information

#17575F (or 0x17575F) is unknown color: approx Blue Stone. HEX triplet: 17, 57 and 5F. RGB value is (23,87,95). Sum of RGB (Red+Green+Blue) = 23+87+95=205 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.22% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #17575F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17575F is #E8A8A0. Grayscale: #444444. Windows color (decimal): -15247521 or 6248215. OLE color: 6248215.

HSL color Cylindrical-coordinate representation of color #17575F: hue angle of 186.67º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17575F is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB238795-
CMYK0.760.0800.63
HSL186.67º61.02%23.14%-
HSV(B)186.67º75.79%37.25%-
XYZ5.837.8212.03-
YUV68.78142.895.35-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.22%
GREEN value IS 87 (34.38% from 255) = 42.44%
BLUE value IS 95 (37.5% from 255) = 46.34%
R=11.22%
G=42.44%
B=46.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2387950.760.0800.63186.6761.0223.14
Hex17575F4C803Fbb3d17
Octal27127137114100772737527
Binary10111101011110111111001100100001111111011101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,87,95); }

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

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

 a { background-color: rgb(23,87,95); }

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

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

 span { border-color: rgb(23,87,95); }

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