#175A56

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

Shades of Blue Stone #175A56

Tints of Blue Stone #175A56

Color information

#175A56 (or 0x175A56) is unknown color: approx Blue Stone. HEX triplet: 17, 5A and 56. RGB value is (23,90,86). Sum of RGB (Red+Green+Blue) = 23+90+86=199 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.56% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 90 - color contains mainly: green. Hex color #175A56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175A56 is #E8A5A9. Grayscale: #454545. Windows color (decimal): -15246762 or 5659159. OLE color: 5659159.

HSL color Cylindrical-coordinate representation of color #175A56: hue angle of 176.42º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #175A56 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB239086-
CMYK0.7400.040.65
HSL176.42º59.29%22.16%-
HSV(B)176.42º74.44%35.29%-
XYZ5.698.1710.08-
YUV69.51137.394.83-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.56%
GREEN value IS 90 (35.55% from 255) = 45.23%
BLUE value IS 86 (33.98% from 255) = 43.22%
R=11.56%
G=45.23%
B=43.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2390860.7400.040.65176.4259.2922.16
Hex175A564A0441b03b16
Octal27132126112041012607326
Binary10111101101010101101001010010010000011011000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175A56; }

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

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

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

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

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

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

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

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