#175257

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

Shades of Blue Stone #175257

Tints of Blue Stone #175257

Color information

#175257 (or 0x175257) is unknown color: approx Blue Stone. HEX triplet: 17, 52 and 57. RGB value is (23,82,87). Sum of RGB (Red+Green+Blue) = 23+82+87=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 87 - color contains mainly: blue. Hex color #175257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175257 is #E8ADA8. Grayscale: #404040. Windows color (decimal): -15248809 or 5722647. OLE color: 5722647.

HSL color Cylindrical-coordinate representation of color #175257: hue angle of 184.69º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #175257 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB238287-
CMYK0.740.0600.66
HSL184.69º58.18%21.57%-
HSV(B)184.69º73.56%34.12%-
XYZ5.096.910.08-
YUV64.93140.4598.09-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.98%
GREEN value IS 82 (32.42% from 255) = 42.71%
BLUE value IS 87 (34.38% from 255) = 45.31%
R=11.98%
G=42.71%
B=45.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2382870.740.0600.66184.6958.1821.57
Hex1752574A6042b93a16
Octal27122127112601022717226
Binary10111101001010101111001010110010000101011100111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175257; }

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

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

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

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

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

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

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

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