#175760

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

Shades of Blue Stone #175760

Tints of Blue Stone #175760

Color information

#175760 (or 0x175760) is unknown color: approx Blue Stone. HEX triplet: 17, 57 and 60. RGB value is (23,87,96). Sum of RGB (Red+Green+Blue) = 23+87+96=206 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.17% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #175760 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175760 is #E8A89F. Grayscale: #444444. Windows color (decimal): -15247520 or 6313751. OLE color: 6313751.

HSL color Cylindrical-coordinate representation of color #175760: hue angle of 187.4º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #175760 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB238796-
CMYK0.760.0900.62
HSL187.4º61.34%23.33%-
HSV(B)187.4º76.04%37.65%-
XYZ5.877.8412.27-
YUV68.89143.395.27-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.17%
GREEN value IS 87 (34.38% from 255) = 42.23%
BLUE value IS 96 (37.89% from 255) = 46.60%
R=11.17%
G=42.23%
B=46.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2387960.760.0900.62187.461.3423.33
Hex1757604C903Ebb3d17
Octal27127140114110762737527
Binary10111101011111000001001100100101111101011101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175760; }

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

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

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

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

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

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

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

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