#175660

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

Shades of Blue Stone #175660

Tints of Blue Stone #175660

Color information

#175660 (or 0x175660) is unknown color: approx Blue Stone. HEX triplet: 17, 56 and 60. RGB value is (23,86,96). Sum of RGB (Red+Green+Blue) = 23+86+96=205 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.22% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #175660 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175660 is #E8A99F. Grayscale: #444444. Windows color (decimal): -15247776 or 6313495. OLE color: 6313495.

HSL color Cylindrical-coordinate representation of color #175660: hue angle of 188.22º 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 #175660 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB238696-
CMYK0.760.1000.62
HSL188.22º61.34%23.33%-
HSV(B)188.22º76.04%37.65%-
XYZ5.797.6812.24-
YUV68.3143.6395.69-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.22%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 96 (37.89% from 255) = 46.83%
R=11.22%
G=41.95%
B=46.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2386960.760.1000.62188.2261.3423.33
Hex1756604CA03Ebc3d17
Octal27126140114120762747527
Binary10111101011011000001001100101001111101011110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175660; }

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

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

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

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

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

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

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

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