#175860

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

Shades of Blue Stone #175860

Tints of Blue Stone #175860

Color information

#175860 (or 0x175860) is unknown color: approx Blue Stone. HEX triplet: 17, 58 and 60. RGB value is (23,88,96). Sum of RGB (Red+Green+Blue) = 23+88+96=207 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.11% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #175860 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175860 is #E8A79F. Grayscale: #454545. Windows color (decimal): -15247264 or 6314007. OLE color: 6314007.

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

Color convert

RGB238896-
CMYK0.760.0800.62
HSL186.58º61.34%23.33%-
HSV(B)186.58º76.04%37.65%-
XYZ5.958.0112.3-
YUV69.48142.9794.85-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.11%
GREEN value IS 88 (34.77% from 255) = 42.51%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=11.11%
G=42.51%
B=46.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2388960.760.0800.62186.5861.3423.33
Hex1758604C803Ebb3d17
Octal27130140114100762737527
Binary10111101100011000001001100100001111101011101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175860; }

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

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

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

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

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

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

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

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