#175C59

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

Shades of Blue Stone #175C59

Tints of Blue Stone #175C59

Color information

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

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

Color convert

RGB239289-
CMYK0.7500.030.64
HSL177.39º60%22.55%-
HSV(B)177.39º75%36.08%-
XYZ5.988.5610.79-
YUV71.03138.1493.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2392890.7500.030.64177.396022.55
Hex175C594B0340b13c17
Octal27134131113031002617427
Binary1011110111001011001100101101110000001011000111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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