#175D5F

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

Shades of Blue Stone #175D5F

Tints of Blue Stone #175D5F

Color information

#175D5F (or 0x175D5F) is unknown color: approx Blue Stone. HEX triplet: 17, 5D and 5F. RGB value is (23,93,95). Sum of RGB (Red+Green+Blue) = 23+93+95=211 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.90% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #175D5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175D5F is #E8A2A0. Grayscale: #484848. Windows color (decimal): -15245985 or 6249751. OLE color: 6249751.

HSL color Cylindrical-coordinate representation of color #175D5F: hue angle of 181.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 #175D5F is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB239395-
CMYK0.760.0200.63
HSL181.67º61.02%23.14%-
HSV(B)181.67º75.79%37.25%-
XYZ6.338.8412.2-
YUV72.3140.8192.84-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.90%
GREEN value IS 93 (36.72% from 255) = 44.08%
BLUE value IS 95 (37.5% from 255) = 45.02%
R=10.90%
G=44.08%
B=45.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2393950.760.0200.63181.6761.0223.14
Hex175D5F4C203Fb63d17
Octal2713513711420772667527
Binary101111011101101111110011001001111111011011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175D5F; }

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

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

<style>
 a { background-color: #175D5F; }

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

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

<style>
 span { border-color: #175D5F; }

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

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