#175A53

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

Shades of Blue Stone #175A53

Tints of Blue Stone #175A53

Color information

#175A53 (or 0x175A53) is unknown color: approx Blue Stone. HEX triplet: 17, 5A and 53. RGB value is (23,90,83). Sum of RGB (Red+Green+Blue) = 23+90+83=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 90 - color contains mainly: green. Hex color #175A53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175A53 is #E8A5AC. Grayscale: #454545. Windows color (decimal): -15246765 or 5462551. OLE color: 5462551.

HSL color Cylindrical-coordinate representation of color #175A53: hue angle of 173.73º 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 #175A53 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB239083-
CMYK0.7400.080.65
HSL173.73º59.29%22.16%-
HSV(B)173.73º74.44%35.29%-
XYZ5.578.129.46-
YUV69.17135.895.07-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.73%
GREEN value IS 90 (35.55% from 255) = 45.92%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=11.73%
G=45.92%
B=42.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2390830.7400.080.65173.7359.2922.16
Hex175A534A0841ae3b16
Octal271321231120101012567326
Binary101111011010101001110010100100010000011010111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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