#175655

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

Shades of Blue Stone #175655

Tints of Blue Stone #175655

Color information

#175655 (or 0x175655) is unknown color: approx Blue Stone. HEX triplet: 17, 56 and 55. RGB value is (23,86,85). Sum of RGB (Red+Green+Blue) = 23+86+85=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 86 - color contains mainly: green. Hex color #175655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175655 is #E8A9AA. Grayscale: #424242. Windows color (decimal): -15247787 or 5592599. OLE color: 5592599.

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

Color convert

RGB238685-
CMYK0.7300.010.66
HSL179.05º57.8%21.37%-
HSV(B)179.05º73.26%33.73%-
XYZ5.327.499.76-
YUV67.05138.1396.58-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.86%
GREEN value IS 86 (33.98% from 255) = 44.33%
BLUE value IS 85 (33.59% from 255) = 43.81%
R=11.86%
G=44.33%
B=43.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2386850.7300.010.66179.0557.821.37
Hex175655490142b33a15
Octal27126125111011022637225
Binary101111010110101010110010010110000101011001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175655; }

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

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

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

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

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

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

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

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