#175560

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

Shades of Blue Stone #175560

Tints of Blue Stone #175560

Color information

#175560 (or 0x175560) is unknown color: approx Blue Stone. HEX triplet: 17, 55 and 60. RGB value is (23,85,96). Sum of RGB (Red+Green+Blue) = 23+85+96=204 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.27% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #175560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175560 is #E8AA9F. Grayscale: #434343. Windows color (decimal): -15248032 or 6313239. OLE color: 6313239.

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

Color convert

RGB238596-
CMYK0.760.1100.62
HSL189.04º61.34%23.33%-
HSV(B)189.04º76.04%37.65%-
XYZ5.717.5212.22-
YUV67.72143.9696.11-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.27%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 96 (37.89% from 255) = 47.06%
R=11.27%
G=41.67%
B=47.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2385960.760.1100.62189.0461.3423.33
Hex1755604CB03Ebd3d17
Octal27125140114130762757527
Binary10111101010111000001001100101101111101011110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175560; }

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

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

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

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

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

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

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

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