#175D5B

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

Shades of Blue Stone #175D5B

Tints of Blue Stone #175D5B

Color information

#175D5B (or 0x175D5B) is unknown color: approx Blue Stone. HEX triplet: 17, 5D and 5B. RGB value is (23,93,91). Sum of RGB (Red+Green+Blue) = 23+93+91=207 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.11% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 93 - color contains mainly: green. Hex color #175D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175D5B is #E8A2A4. Grayscale: #474747. Windows color (decimal): -15245989 or 5987607. OLE color: 5987607.

HSL color Cylindrical-coordinate representation of color #175D5B: hue angle of 178.29º 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 #175D5B is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB239391-
CMYK0.7500.020.64
HSL178.29º60.34%22.75%-
HSV(B)178.29º75.27%36.47%-
XYZ6.168.7711.27-
YUV71.84138.8193.16-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.11%
GREEN value IS 93 (36.72% from 255) = 44.93%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=11.11%
G=44.93%
B=43.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2393910.7500.020.64178.2960.3422.75
Hex175D5B4B0240b23c17
Octal27135133113021002627427
Binary1011110111011011011100101101010000001011001011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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