#175555

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

Shades of Blue Stone #175555

Tints of Blue Stone #175555

Color information

#175555 (or 0x175555) is unknown color: approx Blue Stone. HEX triplet: 17, 55 and 55. RGB value is (23,85,85). Sum of RGB (Red+Green+Blue) = 23+85+85=193 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.92% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #175555 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175555 is #E8AAAA. Grayscale: #424242. Windows color (decimal): -15248043 or 5592343. OLE color: 5592343.

HSL color Cylindrical-coordinate representation of color #175555: hue angle of 180º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #175555 is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB238585-
CMYK0.73000.67
HSL180º57.41%21.18%-
HSV(B)180º72.94%33.33%-
XYZ5.247.349.73-
YUV66.46138.4697-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.92%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 85 (33.59% from 255) = 44.04%
R=11.92%
G=44.04%
B=44.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2385850.73000.6718057.4121.18
Hex175555490043b43915
Octal27125125111001032647125
Binary101111010101101010110010010010000111011010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175555; }

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

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

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

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

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

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

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

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