#175E5C

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

Shades of Blue Stone #175E5C

Tints of Blue Stone #175E5C

Color information

#175E5C (or 0x175E5C) is unknown color: approx Blue Stone. HEX triplet: 17, 5E and 5C. RGB value is (23,94,92). Sum of RGB (Red+Green+Blue) = 23+94+92=209 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.00% from 209); Green value is 94 (37.11% from 255 or 44.98% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 94 - color contains mainly: green. Hex color #175E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175E5C is #E8A1A3. Grayscale: #484848. Windows color (decimal): -15245732 or 6053399. OLE color: 6053399.

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

Color convert

RGB239492-
CMYK0.7600.020.63
HSL178.31º60.68%22.94%-
HSV(B)178.31º75.53%36.86%-
XYZ6.298.9611.52-
YUV72.54138.9892.66-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.00%
GREEN value IS 94 (37.11% from 255) = 44.98%
BLUE value IS 92 (36.33% from 255) = 44.02%
R=11.00%
G=44.98%
B=44.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2394920.7600.020.63178.3160.6822.94
Hex175E5C4C023Fb23d17
Octal2713613411402772627527
Binary101111011110101110010011000101111111011001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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